Does it depend on the number of values sets? Does it depend on the number of bytes in the INSERT statement?
Does it depend on the number of values sets? Does it depend on the number of bytes in the INSERT statement?
You will hit the max_allowed_packet limit and
error: 1390 Prepared statement contains too many placeholders.
You can put 65535 placeholders in one sql.So if you have two columns in one row,you can insert 32767 rows in one sql.