041tjpu opened a new issue, #27422:
URL: https://github.com/apache/shardingsphere/issues/27422

   Does the current version 5.4.0 still not support multiple SQL statements, 
such as:
   
   <update id="saveOther" parameterType="Object">
   
   Insert into school (name) values (# {name});
   
   Insert into sys_ User (name) values (# {name});
   
   </update>
   
   The two tables above are not the ones I need to shard. Currently, I am doing 
sharding on the same database,
   
   Do I have to split the above statement into two methods? There are many 
cases in my project, or is there any other way,Thanks!


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

To unsubscribe, e-mail: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to