MySQL Forums
Forum List  »  Newbie

Re: Wordpress Database Problem
Posted by: Barry Galbraith
Date: October 19, 2015 09:34PM

>Is it possible the rows/tuples were re-sorted after the deletion?
Your rows are only sorted when you retrieve them with an "ORDER BY.."
Without that, you get them however the RDBMS gives them to you.

Again, there is no order in rows of a database until you use "ORDER BY" clause.

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
October 19, 2015 12:15PM
Re: Wordpress Database Problem
October 19, 2015 09:34PM
October 30, 2015 05: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.