LoginSignup
8
6

More than 5 years have passed since last update.

(メモ)MySQLで最新10件を表示

Last updated at Posted at 2015-07-13
select * from '<テーブル名>' order by '<基準となるカラム名>' limit 10;

並び替えて、制限をかけて取得、これだけだ

8
6
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
6