Skip to content

Instantly share code, notes, and snippets.

@ReeMii
Created October 24, 2013 12:27
Show Gist options
  • Save ReeMii/7136301 to your computer and use it in GitHub Desktop.
Save ReeMii/7136301 to your computer and use it in GitHub Desktop.
show column comment
SELECT
COLUMN_NAME,COLUMN_COMMENT
FROM
information_schema.COLUMNS
WHERE
TABLE_NAME = 'My_Table'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment