Created
August 17, 2021 14:22
-
-
Save januszm/a96f43b9337c5b7899f4085c29a07481 to your computer and use it in GitHub Desktop.
This file contains 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_SCHEMA, TABLE_NAME, COLUMN_NAME, COLUMN_DEFAULT | |
FROM | |
INFORMATION_SCHEMA.COLUMNS | |
WHERE | |
TABLE_NAME='Xxx'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment