good Goods 0

構文

SELECT 表示するカラム FROM テーブル名 ORDER BY カラム名1,カラム名2 DESC;

説明

検索結果を降順に並び替えます。

SELECT * FROM goods ORDER BY price DESC;

検索
逆引きで探す