Skip to content

Instantly share code, notes, and snippets.

@ReeMii
Created October 24, 2013 12:24
Show Gist options
  • Save ReeMii/7136269 to your computer and use it in GitHub Desktop.
Save ReeMii/7136269 to your computer and use it in GitHub Desktop.
Select table comment
SELECT table_comment
FROM INFORMATION_SCHEMA.TABLES
WHERE table_schema='my_cool_database'
AND table_name='my_table';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment