Skip to content

Instantly share code, notes, and snippets.

@atainton
Created May 18, 2015 10:09
Show Gist options
  • Save atainton/2929ebf2326f2ec90c5c to your computer and use it in GitHub Desktop.
Save atainton/2929ebf2326f2ec90c5c to your computer and use it in GitHub Desktop.
Get Column names mysql work bench
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