Hello.

On Wed 2003-01-22 at 08:53:23 +0100, [EMAIL PROTECTED] wrote:
> 
> seems like LAST_INSERT_ID() will not always return the correct value. If
> you use ANSI-SQL INSERT, the function works fine. If you use MySQL
> extended INSERT (i.e. with more than one record per insert statement),
> the function will return the ID of the _first_ record inserted with an
> extended INSERT.

Yes, that is the documented behaviour:
http://www.mysql.com/doc/en/Miscellaneous_functions.html

Regards,

        Benjamin.


-- 
[EMAIL PROTECTED]

---------------------------------------------------------------------
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