Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Last active November 11, 2015 09:35
Show Gist options
  • Select an option

  • Save YumaInaura/02e6e6a7a4bf497fdb00 to your computer and use it in GitHub Desktop.

Select an option

Save YumaInaura/02e6e6a7a4bf497fdb00 to your computer and use it in GitHub Desktop.
SQL: show columns を 13文字分 短く打つ方法 ref: http://qiita.com/Yinaura/items/13b1d861f253ae92e350
SHOW COLUMNS FROM table_name;
DESC table_name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment