2009-08-19 MySQLでたまに使うコマンド MySQL tableのカラムのデータ表示 show columns from table_name; カラムのデータサイズを取得 select length(column_name) from table_name;