SQL 關(guān)鍵字參考
ASC命令用于按升序?qū)Ψ祷氐臄?shù)據(jù)進(jìn)行排序。
以下SQL語(yǔ)句從“Customers”表中選擇所有列,并按該"CustomerName"列排序:
SELECT * FROM Customers ORDER BY CustomerName ASC;