Created
June 27, 2018 14:23
-
-
Save gelinger777/b12fe65e88e6baf54591fc69af2e23ff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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