Created
November 14, 2017 08:45
-
-
Save vinhdn/c662fa2e4f7b7e3fc3a27c62c5bfffb4 to your computer and use it in GitHub Desktop.
This file contains 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
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