acelance commented on issue #32269:
URL: 
https://github.com/apache/shardingsphere/issues/32269#issuecomment-3190793090

   I encountered the same problem when performing the SQL for creating separate 
table rules;
   The problem is as follows:
   mysql> CREATE SHARDING TABLE RULE employee (
       ->     STORAGE_UNITS(ds_0,ds_1),
       ->     SHARDING_COLUMN=empno,
       ->     TYPE(NAME="hash_mod",PROPERTIES("sharding-count"="4")),
       ->     KEY_GENERATE_SYRATEGY(COLUMN=empno,TYPE(NAME="snowflake"))
       -> );
   ERROR 1064 (42000): You have an error in your SQL syntax: no viable 
alternative at input 'CREATESHARDING' near '[@1,7:14='SHARDING',<867>,1:7]' at 
line 1
   
   How to solve this problem @dobet @terrymanu 
   


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