Lucas-307 edited a comment on issue #8650: URL: https://github.com/apache/shardingsphere/issues/8650#issuecomment-752307783
@tuohai666 If I add rewriteBatchedStatements=true and allowMultiQueries=true parameters, the sql will concat all delete sql like: ```sql DELETE FROM `t_order_0` WHERE `id` = 196 and `user_id` = 196;DELETE FROM `t_order` WHERE `id` = 190 and `user_id` = 190; ``` Only the first table name is correct, Which stall fail. ---------------------------------------------------------------- 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: [email protected]
