Skip to content

Instantly share code, notes, and snippets.

@jshcrowthe
Created March 24, 2014 19:19
Show Gist options
  • Save jshcrowthe/9747148 to your computer and use it in GitHub Desktop.
Save jshcrowthe/9747148 to your computer and use it in GitHub Desktop.
SQL Insert Statement
INSERT INTO table_name (column_1, column_2) VALUES ('Value 1','Value 2');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment