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 2019/09/27 12:42:33 UTC

[GitHub] [incubator-shardingsphere] beiwangnull commented on issue #3146: SQL grammar:batch insert into set not support?

beiwangnull commented on issue #3146:  SQL grammar:batch insert into set not support?
URL: https://github.com/apache/incubator-shardingsphere/issues/3146#issuecomment-535922905
 
 
   this mapper config is ok
       <insert id="batchAdd" parameterType="list">
           INSERT into user(username) values
           <foreach collection="list" item="item" separator=",">
               (#{item})
           </foreach>
       </insert>

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


With regards,
Apache Git Services