[sqlite] How to order by rowid?
Having a query like:
I would like to order by the sqlite rowid.
Maybe in this example it would make more sense to order by the country name, but this just for an example.
In my case I have no natural column to order by, but want to sort on rowid.
2 Replies
@Marcel Overdijk Hey! Try:
thx a lot @⚡Z.E.U.S⚡ I will try this later when at home.
I can confirm this worked, thx again @⚡Z.E.U.S⚡ !