Re: How to use Auto Increment

2002-09-18 Thread Paul DuBois
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

Re: How to use Auto Increment

2002-09-18 Thread Neil Mansilla
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

Re: How to use Auto Increment

2002-09-18 Thread Danny Haworth
-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.

How to use Auto Increment

2002-09-18 Thread Rajesh Kanade
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