Description
As a workaround for PHOENIX-2062, I tried the following query:
SELECT COUNT(DISTINCT ARRAY[a.col1, b.col2]) ...
However, this always returns the full number of rows which is wrong.
Attachments
Attachments
Issue Links
- is a clone of
-
PHOENIX-2063 Row value constructor doesn't work when used in COUNT DISTINCT
- Closed