SQL 關鍵字參考
ASC命令用于按升序對返回的數(shù)據(jù)進行排序。
以下SQL語句從“Customers”表中選擇所有列,并按該"CustomerName"列排序:
SELECT * FROM Customers ORDER BY CustomerName ASC;