Hi,
If i do a database query I can sort the query result Cursor by setting the column name to the ORDER parameter.
This works fine, and it sorts the Cursor from lets say Low to High (in case of integers),
but what if i want to sort my Cursor, the other way around, from High to Low??
Does anyone know how to do this?
thanks

