chaoyli edited a comment on issue #4418:
URL: 
https://github.com/apache/incubator-doris/issues/4418#issuecomment-678099699


   The right answer of query16 is
   ```
   +-------------+---------------------+------------------+
   | order count | total shipping cost | total net profit |
   +-------------+---------------------+------------------+
   |         236 |          1062963.89 |       -214910.61 |
   +-------------+---------------------+------------------+
   ```
    
   But now the answer is  
   ```
   +-------------+---------------------+------------------+
   | order count | total shipping cost | total net profit |
   +-------------+---------------------+------------------+
   |         213 |           767460.44 |       -187341.31 |
   +-------------+---------------------+------------------+
   ```


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to