Created
March 24, 2023 07:11
-
-
Save mukarramjavid/68e1cd263f1f3598c02c39828b936b1a 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 | |
CONCAT(COLUMN_NAME, ' = x.', COLUMN_NAME,',' ) AS [type] | |
FROM INFORMATION_SCHEMA.COLUMNS | |
WHERE TABLE_NAME = N'[table]' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment