Last active
April 22, 2019 18:58
-
-
Save mbmccormick/2fe6f6f1b8a32d38d707f3269011c646 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 | |
TABLE_CATALOG AS 'Catalog', | |
TABLE_SCHEMA AS 'Schema', | |
TABLE_NAME AS 'Table', | |
COLUMN_NAME AS 'Column', | |
DATA_TYPE AS 'Type' | |
FROM | |
INFORMATION_SCHEMA.COLUMNS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment