Skip to content

Instantly share code, notes, and snippets.

@ishtaka
Created February 3, 2014 05:32
Show Gist options
  • Save ishtaka/7df3d334db50edb801c0 to your computer and use it in GitHub Desktop.
Save ishtaka/7df3d334db50edb801c0 to your computer and use it in GitHub Desktop.
[MySQL]特定のカラムをもつテーブルを検索する
SELECT table_name, column_name FROM information_schema.columns WHERE column_name ='検索するカラム名';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment