You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/07/10 06:16:29 UTC

[GitHub] [shardingsphere] kimmking edited a comment on issue #6311: batch insert have a bug

kimmking edited a comment on issue #6311:
URL: https://github.com/apache/shardingsphere/issues/6311#issuecomment-656503685


   you should use the logic sql:
   ```
   insert into tb
   ( v )
   values
   ( ? ),( ? )
   ```
   
   instead of two insert in one line.
   it means 'foreach' should in values-statement.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org