chaoyli opened a new issue #4427:
URL: https://github.com/apache/incubator-doris/issues/4427
```
select 'catalog channel' as channel
, cs_call_center_sk as id
, sum(cs_ext_sales_price)
from catalog_sales
where cs_sold_date_sk = 2451780
group by rollup (channel, id)
order by channel,id
```
----------------------------------------------------------------
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]