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 2019/12/11 08:25:20 UTC

[GitHub] [incubator-shardingsphere] MrSummer33 opened a new issue #3717: sharding expression don`t parsed

MrSummer33 opened a new issue #3717: sharding expression don`t parsed 
URL: https://github.com/apache/incubator-shardingsphere/issues/3717
 
 
   ## config
   i set my ShardingStrategyConfiguration like this ***new InlineShardingStrategyConfiguration("tss_trade_company_id", "tin_prescriptions_{tss_trade_company_id % 2}");***
   
   my full config 
   ![image](https://user-images.githubusercontent.com/21139900/70603913-8abff580-1c32-11ea-9017-5e42a0a907f9.png)
   
   
   ## finalsql
   select * from from tin_prescriptions_{tss_trade_company_id % 2} p .....
   
   ## question
   will the final sql is right? or was  my config  wrong?
   
   > i have used ***join*** to join other table ,  is this any 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services