I'm referring to:
-
I'm trying to insert a large number (> 1000) rows into MySQL via Prepared Statements.
-
I know that I can execute the statement per row for each insert.
-
I am wondering, with prepared statements, is there is a way to batch insert all 1000 items on a single call.
Thanks!