tranquillo
Technical User
hi..
I want to list some data from a mysql database and I want it to start with the latest entry.. the "id" is auto increasing so I thought it would be easy to just sort it decreasing by "id"... but I don't understand how I do this... I just need a simple sql query.
select decreasing * from whatever sort by whatever.id;
select * from whatever sort decreasing by id;
well... I don't get it...
-stefan
I want to list some data from a mysql database and I want it to start with the latest entry.. the "id" is auto increasing so I thought it would be easy to just sort it decreasing by "id"... but I don't understand how I do this... I just need a simple sql query.
select decreasing * from whatever sort by whatever.id;
select * from whatever sort decreasing by id;
well... I don't get it...
-stefan