Description
Currently the following query is not supported.
default> select id, count(distinct age), count(distinct name) from table2 group by id;
ERROR: different DISTINCT columns are not supported yet: age, name
Currently the following query is not supported.
default> select id, count(distinct age), count(distinct name) from table2 group by id;
ERROR: different DISTINCT columns are not supported yet: age, name