Skip to content

Instantly share code, notes, and snippets.

@willm
Last active December 25, 2015 04:09
Show Gist options
  • Save willm/6915420 to your computer and use it in GitHub Desktop.
Save willm/6915420 to your computer and use it in GitHub Desktop.
find all columns by name
SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE COLUMN_NAME = 'YOUR_NAME_HERE'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment