Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.0-alpha
-
None
Description
At present, KYLIN supports some constant aggregate as below.
select sum(1), min(1), max(1);
However, this kind of constant aggregate as below doesn't support query by model.
select sum(1), min(1), max(1) from table;