lssprogress opened a new issue #3869: version:4.0.0-RC1 group by bug
URL: https://github.com/apache/incubator-shardingsphere/issues/3869
 
 
   sharding version: 4.0.0-RC1
   mybatis-plus version: 3.2.0
   logic table name:C
   related physical tables as follows:
   table A:    
   act_amount  order_type
   1000                    0
   1000                    1
   
   table B:    
   act_amount  order_type
   300                    0
   500                    1
   
   sql desc:  select sum(act_amount),order_type from C group by order_type
   result expected:
   0 1300

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


With regards,
Apache Git Services

Reply via email to