MySQL - how many rows can I insert in one single INSERT statement?

Viewed 118712

Does it depend on the number of values sets? Does it depend on the number of bytes in the INSERT statement?

8 Answers
Related