Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gelinger777/b12fe65e88e6baf54591fc69af2e23ff to your computer and use it in GitHub Desktop.
Save gelinger777/b12fe65e88e6baf54591fc69af2e23ff to your computer and use it in GitHub Desktop.
select * from INFORMATION_SCHEMA.COLUMNS
where COLUMN_NAME like '%email%' and TABLE_SCHEMA='cloner'
order by TABLE_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment