Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E-R, cannot insert multi records to sub-table #12

Open
actiontech-bot opened this issue Aug 24, 2017 · 1 comment
Open

E-R, cannot insert multi records to sub-table #12

actiontech-bot opened this issue Aug 24, 2017 · 1 comment

Comments

@actiontech-bot
Copy link
Member

actiontech-bot commented Aug 24, 2017

Raised by: @sevenFH
Steps:

  1. Insert data to E-R sub-table: insert into district (d_w_id, number, name) values (001,2,'aaa'),(002,3,'bbb');
  2. Got error: ERROR 1064 (HY000): ChildTable multi insert not provided
@popfaker
Copy link

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants