morningman commented on issue #5296:
URL: 
https://github.com/apache/incubator-doris/issues/5296#issuecomment-766695461


   This bug may be caused by table alias, the following sql is OK:
   ```
   select 
     `event_time_dayinweek`, 
     event_define_id, 
     count(event_id)
   from t_event
   group by `event_time_dayinweek`,`event_define_id` 
   order by event_time_dayinweek, count(event_id);
   ```
   
   We will look deep into it.


----------------------------------------------------------------
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