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 2020/08/25 03:00:49 UTC

[GitHub] [shardingsphere] kimmking commented on issue #6982: SQL evaluated expressions with double parentheses can not sharding

kimmking commented on issue #6982:
URL: https://github.com/apache/shardingsphere/issues/6982#issuecomment-679480078


   it's a bug.
   
   > select (1+id) as iid from test;
   
   is ok. 
   
   > select (1+id)+2 as iid from test;
   
   will be not sharding.


----------------------------------------------------------------
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:
users@infra.apache.org