Skip to content

Instantly share code, notes, and snippets.

@skplunkerin
Created September 24, 2014 11:23
Show Gist options
  • Save skplunkerin/d81debaaae4093e049ff to your computer and use it in GitHub Desktop.
Save skplunkerin/d81debaaae4093e049ff to your computer and use it in GitHub Desktop.
Mysql Insert Statement
INSERT INTO table_name (column_name1, column_name2, etc)
VALUES
('value1','value2','etc');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment