jingshanglu commented on issue #7967: URL: https://github.com/apache/shardingsphere/issues/7967#issuecomment-732116757
@tuohai666 `rename table t_order order;` the sql is illegal, and `To` is necessary, plz use "rename table t_order TO `order`;", now master branch is ok. ---------------------------------------------------------------- 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]
