tianhao960 commented on issue #20559: URL: https://github.com/apache/shardingsphere/issues/20559#issuecomment-1230090539
hello, @bojiw , which version of mysql did you use? I've try the sql it can not run at mysql 8.0 . and the word "groups" is a reserved keyword of mysql from version 8.0; and ShardingSphere is treated "groups" as a reserved keyword like mysql 8.0, so can not use groups as a table name. and the temp work around is add ` around groups `DELETE FROM `groups` WHERE id = 1368;` -- 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]
