Skip to content

Instantly share code, notes, and snippets.

@hm0429
Last active October 7, 2015 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hm0429/1f7aec368a0eb3dabf7e to your computer and use it in GitHub Desktop.
Save hm0429/1f7aec368a0eb3dabf7e to your computer and use it in GitHub Desktop.
SQL: テーブルの作成
CREATE TABLE table (
column_1 data_type,
column_2 data_type,
column_3 data_type
);
 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment