Skip to content

Instantly share code, notes, and snippets.

@mattui
Last active December 10, 2015 22:58
Show Gist options
  • Save mattui/4505790 to your computer and use it in GitHub Desktop.
Save mattui/4505790 to your computer and use it in GitHub Desktop.
select TABLE_NAME FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = ‘dbName’ and COLUMN_NAME like ‘%ColName%’;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment