Last active
April 20, 2020 09:47
-
-
Save hoyangtsai/a215467f5d2d5defa0ec2e912a18589c to your computer and use it in GitHub Desktop.
mysql batch insert
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 tabel_name (table_col_a, table_col_b, table_col_c) VALUES (1,2,3),(4,5,6),(7,8,9); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment