I have a table like so:

id -> auto increment
name -> name

After I insert a new name
  insert into mytable values('','Bob');

I need Bob's id returned.




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to