Created
May 18, 2015 10:09
-
-
Save atainton/2929ebf2326f2ec90c5c to your computer and use it in GitHub Desktop.
Get Column names mysql work bench
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 FROM INFORMATION_SCHEMA.COLUMNS | |
SELECT TABLE_NAME, COLUMN_NAME | |
FROM INFORMATION_SCHEMA.COLUMNS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment