GeekBox

IT系エンジニアの雑記

MySQLで特定カラムを持つテーブルをselectする

スポンサーリンク

select table_name from information_schema.columns where column_name ='対象のカラム名';