I have a column in a table in the database of type TIMESTAMP. I want to order the displayed values in descending timestamp values, so have a query which has
"order by update desc" update is the name of the field..but it doesnt work 🙁 what should i do ?