Last active
November 11, 2015 09:35
-
-
Save YumaInaura/02e6e6a7a4bf497fdb00 to your computer and use it in GitHub Desktop.
SQL: show columns を 13文字分 短く打つ方法 ref: http://qiita.com/Yinaura/items/13b1d861f253ae92e350
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
| SHOW COLUMNS FROM table_name; |
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
| DESC table_name; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment