I would like to know whether its possible to get a list of distinct values in a SQLite Column without ordering them.
I tried following query. But it automatically orders
hey one easy method will be adding a serial number(Make it primary Key) as you insert a record and make the order descending .