MySQL Forums
Forum List  »  Newbie

Re: Order table by record insert order
Posted by: Shlomi Noach
Date: September 01, 2008 05:14AM

I agree.

You must keep to the "ORDER BY FilmID, id" part.
Any changes to the table, like OPTIMIZE TABLE, lots of INSERT+DELETE statements etc. can reorder those lines unexpectedly.

Shlomi

Options: ReplyQuote


Subject
Written By
Posted
Re: Order table by record insert order
September 01, 2008 05:14AM


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.