You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@yanhuqing666
I have the same problem.
E-R childTable: insert into table ('column1','column2','column3') values (1,1,1),(2,2,2);
error: err: ChildTable multi insert not provided
I would like to be able to provide multi inserts.
thinks!
Raised by: @sevenFH
Steps:
insert into district (d_w_id, number, name) values (001,2,'aaa'),(002,3,'bbb');
ERROR 1064 (HY000): ChildTable multi insert not provided
The text was updated successfully, but these errors were encountered: