數據在一列或多列的基礎上進行排序。 語法: SELECT column-list FROM table_name [WHERE condition] [ORDER BY column1, column2, .. columnN] [ASC | DESC];.
確定! 回上一頁