Description
On empty bucket should return 0 results
select a from default group by a ; |
select a from default where b = "xyz" group by a ; --no items qualified |
select a , sum(a) as sum from default group by a ; |
|
Attachments
Issue Links
- relates to
-
MB-22482 group by on empty table should not give any results
- Closed