How do I make a SQL that fetches the newest rows, but reorder them, so that the newest is at the bottom of the output
like:
6 5 4 3 2 1
Instead of
1 2 3 4 5 6
How can i do this?
How do I make a SQL that fetches the newest rows, but reorder them, so that the newest is at the bottom of the output
like:
6 5 4 3 2 1
Instead of
1 2 3 4 5 6
How can i do this?