At 9:30 -0400 9/18/02, Neil Mansilla wrote:
>On Wed, 18 Sep 2002, Rajesh Kanade wrote:
>
>> Hi All
>>
>> I am new to MY SQL .
>>
>> I am writing a script where I will have 2 insert statements
>> The first insert is into a table which has an Auto_Increment field.
>> I want to know the value wh
On Wed, 18 Sep 2002, Rajesh Kanade wrote:
> Hi All
>
> I am new to MY SQL .
>
> I am writing a script where I will have 2 insert statements
> The first insert is into a table which has an Auto_Increment field.
> I want to know the value which was inserted in this Auto_increment field and
> use it
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
| I am writing a script where I will have 2 insert statements
| The first insert is into a table which has an Auto_Increment field.
| I want to know the value which was inserted in this Auto_increment
field and
| use it in the second INSERT statement.
Hi All
I am new to MY SQL .
I am writing a script where I will have 2 insert statements
The first insert is into a table which has an Auto_Increment field.
I want to know the value which was inserted in this Auto_increment field and
use it in the second INSERT statement.
How can I do it in MySQ