2018-11-20 mysql コマンド集 特定のカラムのレコード数を取得する select count(フィールド名) from テーブル名; select count(id) from user;