GuiwenChen opened a new issue, #34137:
URL: https://github.com/apache/shardingsphere/issues/34137

   ## Bug Report
   
   **For English only**, other languages will not accept.
   
   When I use ShardingSphere-proxy for data migration, when the table name is a 
keyword, such as user or unit, when I use the command:
   
   "MIGRATE TABLE ds_0.user INTO user"
   
   The migration task fails to be created with the following error: ERROR 1064 
(42000): You have an error in your SQL syntax:  no viable alternative at input 
'MIGRATE' near '[@0,0:6='MIGRATE',<449>,1:0]' at line 1.
   
   When I changed it to
   
   “MIGRATE TABLE ds_0.`user` INTO `user`”
   
   The task can be created successfully, but the following error message is 
displayed in the log:
   
   Can not get meta data for table '`user`' when split by range.
   
   
   
   This seems to be a bug, can you fix this problem?
   


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