MySQL Forums
Forum List  »  MySQL Workbench

Re: Database design for scientific tests
Posted by: Al Lombardo
Date: June 24, 2009 06:05PM

Usually order shouldn't make a difference in a relational model, but since it does, my quick and dirty solution would be to add an auto increment field to the table where the order matters, (not part of the key). if you order by the auto increment field, it will sort in the order that it was put in (don't know if that's a good assumption though??)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Database design for scientific tests
1947
June 24, 2009 06:05PM


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.