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.
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.