Created
June 10, 2013 06:26
-
-
Save stormwild/5746877 to your computer and use it in GitHub Desktop.
SHOW COLUMNS displays information about the columns in a given table. It also works for views as of MySQL 5.0.1.
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
| #http://dev.mysql.com/doc/refman/5.0/en/show-columns.html | |
| SHOW COLUMNS FROM City; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment