Sorting by Multiple Columns
メニューを表示するにはスワイプしてください
Summary:
- The retrieved data can be sorted with respect to the values of multiple columns as well using the
ORDER BYclause; - The general syntax of the
ORDER BYclause is:SELECT column1, column2, … FROM table_name ORDER BY columnA [ASC|DESC], columnB [ASC|DESC], …;; SELECT name, age FROM students ORDER BY age, first_name.
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 3
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください
セクション 3. 章 3