The LIMIT Keyword
メニューを表示するにはスワイプしてください
- The
LIMITkeyword can be used for limiting the number of rows that are fetched as a result of aSELECTstatement; - The
LIMITkeyword always comes after theORDER BYclause;
12345SELECT * FROM students WHERE age < 20 ORDER BY enrollment_date LIMIT 1;
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 8
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください
セクション 3. 章 8