Description
As a workaround for PHOENIX-2062, I tried the following query:
SELECT COUNT(DISTINCT (a.col1, b.col2)) ...
However, this always returns 1 as the COUNT DISTINCT which is wrong.
Attachments
Attachments
Issue Links
- is cloned by
-
PHOENIX-2064 ARRAY constructor doesn't work when used in COUNT DISTINCT
- Closed