Created
March 24, 2023 07:16
-
-
Save mukarramjavid/ad28158259616dc283c9dc4049c9f92b 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 GROUP_CONCAT("m.",COLUMN_NAME) | |
FROM INFORMATION_SCHEMA.COLUMNS | |
WHERE TABLE_SCHEMA = '[database_name]' AND TABLE_NAME = '[table_name]'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment