MySQL Forums
Forum List  »  Connector/Python

Ordering a table in select statement by row creation/update time
Posted by: Semih AHISHALI
Date: May 28, 2018 04:22PM

Hi all,

When I was using sqllite3, I was able to sort table contents by system attribute "rowid" like "SELECT username FROM personal ORDER BY rowid". This attribute lists rows by creation time automaticly. Is there the same attribute in Mysql? I do not want to add another column just for sorting table contents as "rowid" does.

Thanks in advance,
Semih.

Options: ReplyQuote


Subject
Written By
Posted
Ordering a table in select statement by row creation/update time
May 28, 2018 04:22PM


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.