pendaba commented on issue #8121:
URL: https://github.com/apache/shardingsphere/issues/8121#issuecomment-724680162
like I have two tables;t_use0,t_use1.
<insert id="save">
insert into t_user(name,age,create_date,create_time)
values(#{item.name},#{item.age},#{item.createDate},#{item.createTime});
</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:
[email protected]