Here is an example of using ORDER BY DESC on one column. SELECT * FROM mytable ORDER BY column1, column2 DESC. Here is an example ...
確定! 回上一頁