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/ae0d3d95d4c1d4a0cb87 to your computer and use it in GitHub Desktop.
Save hm0429/ae0d3d95d4c1d4a0cb87 to your computer and use it in GitHub Desktop.
SQL: データの挿入
INSERT INTO table (column_1, column_2, column_3) VALUES (value_1, value_2, value_3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment