Skip to content

Instantly share code, notes, and snippets.

@mbmccormick
Last active April 22, 2019 18:58
Show Gist options
  • Save mbmccormick/2fe6f6f1b8a32d38d707f3269011c646 to your computer and use it in GitHub Desktop.
Save mbmccormick/2fe6f6f1b8a32d38d707f3269011c646 to your computer and use it in GitHub Desktop.
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