Skip to content

Instantly share code, notes, and snippets.

@hoyangtsai
Last active April 20, 2020 09:47
Show Gist options
  • Save hoyangtsai/a215467f5d2d5defa0ec2e912a18589c to your computer and use it in GitHub Desktop.
Save hoyangtsai/a215467f5d2d5defa0ec2e912a18589c to your computer and use it in GitHub Desktop.
mysql batch insert
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