Welcome Guest, Not a member yet? Register   Sign In
insert_batch() not working completely
#3

That's expected.

Check the MySQL documentation, you can define columns only once.


Code:
INSERT INTO tbl_name (a,b,c) VALUES(1,2,3),(4,5,6),(7,8,9);
Reply


Messages In This Thread
RE: insert_batch() not working completely - by RBX - 04-19-2017, 08:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB