I have a group of updates that need to be done using LOAD DATA INFILE.
Within this file there are some INSERTS.  Is there anyway that after
an INSERT happens I can use the auto-increment ID that was just
generated in the next statement.  Similar to PHP's mysql_insert_id()
function.

Thanks,
Michael

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to