MySQL Forums
Forum List  »  Performance

Re: Performance of ON DUPLICATE KEY and other options?
Posted by: Jamie Condliffe
Date: November 10, 2005 10:12AM

Apologies for hijacking your thread, Mark.

I have a much more simple problem that I suspect you may be able to help me with. I'm also using the ON DUPLICATE KEY UPDATE feature, and am having trouble extracting the last inserted / updated key.

SELECT LAST_INSERT_ID() will return the id of any new rows inserted, however it does not return the id of rows that were already present in the table and were UPDATEd. Did you mention a way of getting this function to also return the id of UPDATEd rows?

Thanks in advance,

Jamie

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Performance of ON DUPLICATE KEY and other options?
1370
November 10, 2005 10:12AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.