zjcnb commented on issue #12532:
URL:
https://github.com/apache/shardingsphere/issues/12532#issuecomment-922463103
Hi, i found my sql have a mistakes, like this :
```
insert into t_user (id, `name`, sharding_key) value (#{id}, #{name},
#{shardingKey})
```
i change it to:
```
insert into t_user (`name`, sharding_key) value (#{name}, #{shardingKey})
```
So, i think this issue is invalid. i will close it.
--
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]