Infinidat/infi.clickhouse_orm

COUNT(DISTINCT field_name) analog

gych76 opened this issue · 0 comments

Do you have analog of SQL query?
SELECT field1 COUNT(DISTINCT field2)
FROM table_name
GROUP BY field1;