pengdafu opened a new issue, #19953:
URL: https://github.com/apache/shardingsphere/issues/19953
Use sql:
```mysql
CREATE SHARDING TABLE RULE t_order (
DATANODES('ds_1.t_order_${0}_${0}'),
TABLE_STRATEGY(TYPE=complex, SHARDING_COLUMNS="app_id,user_id",
SHARDING_ALGORITHM=t_order_strategy)
);
```
occur syntax err:
> ERROR 1235 (42000): This version of ShardingSphere-Proxy doesn't yet
support this SQL. 'You have an error in your SQL syntax'
--
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]