Skip to content

Instantly share code, notes, and snippets.

@vinhdn
Created November 14, 2017 08:45
Show Gist options
  • Save vinhdn/c662fa2e4f7b7e3fc3a27c62c5bfffb4 to your computer and use it in GitHub Desktop.
Save vinhdn/c662fa2e4f7b7e3fc3a27c62c5bfffb4 to your computer and use it in GitHub Desktop.
DELETE FROM sds;
INSERT INTO table1 (
column1,
column2 ,..)
VALUES
(value1,
value2 ,...),
(value1,
value2 ,...),
(value1,
value2 ,...),
(value1,
value2 ,...),
(value1,
value2 ,...);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment