2009-11-10 特定のカラムを持つテーブルを検索する MySQL PostgreSQL カラムを持ってるテーブルがわからない時とか select table_name, column_name from information_schema.columns where column_name ='検索するカラム名'; 作者:ミック技術評論社