You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/08/08 02:45:05 UTC

[GitHub] [shardingsphere] pengdafu opened a new issue, #19953: DistSql error

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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] pengdafu commented on issue #19953: DistSql error

Posted by GitBox <gi...@apache.org>.
pengdafu commented on issue #19953:
URL: https://github.com/apache/shardingsphere/issues/19953#issuecomment-1207603425

   Just remove the double quotation marks


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] pengdafu closed issue #19953: DistSql error

Posted by GitBox <gi...@apache.org>.
pengdafu closed issue #19953: DistSql  error
URL: https://github.com/apache/shardingsphere/issues/19953


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org