Hello,
I'm a newbie in MySQL and also in this mailing list.
I've a problem and I hope some gurus can help me.
So the question is: How to obtain an index of the row which is inserted ?
for example :
  INSERT INTO some_tbl (ID,field1) VALUES ('','blahblahblah');
I need 'ID' to use as reference value in different rows in another table.
Is it possible to get 'ID' in the same query or I need to do something else?

Thanks,
Roman


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to