+ 1
How can I sort the results in descending way?
3 Antworten
+ 3
ORDER BY column DESC
0
Use the clause ORDER BY COLUMNNAME DESC... Use the COLUMNNAME only if you want to order by in descending way with reference to a column.
- 1
hi fram...at the end of sql statement just type DESC and name of column you want to sort by.