Created
March 24, 2014 19:19
-
-
Save jshcrowthe/9747148 to your computer and use it in GitHub Desktop.
SQL Insert Statement
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
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