MySQL Forums
Forum List  »  General

Re: INSERT in MySQL 5.1 and 5.6 and then SELECT...
Posted by: Peter Brawley
Date: April 23, 2014 10:06AM

A basic axiom of relational DBs is that storage must not specify row display order, so in SQL, row order from Selects is undefined unless you specify it with Order By (or Group By).

Options: ReplyQuote


Subject
Written By
Posted
Re: INSERT in MySQL 5.1 and 5.6 and then SELECT...
April 23, 2014 10:06AM


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.