MySQL Forums
Forum List  »  Performance

Re: MySQL Performance Improvement Needed Urgently
Posted by: James Day
Date: April 02, 2005 07:04AM

If the ID is an autoincrement column, have you considered using the SELECT LAST_INSERT_ID()? That returns the last autoincrement ID for that connection.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL Performance Improvement Needed Urgently
1906
April 02, 2005 07:04AM


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.