FriendsOfDoctrine / dbal-clickhouse

Doctrine DBAL driver for ClickHouse database
GNU General Public License v3.0
98 stars 82 forks source link

How to use "WITH TOTALS" groupBy option provided by ClickHouse? #7

Open stepanselyuk opened 7 years ago

stepanselyuk commented 7 years ago

Hi! I tried to found a way how to get values from "totals" element, which provided by ClickHouse if specified GROUP BY x WITH TOTALS. Does this DBAL driver provide this functionality?

rumours86 commented 5 years ago

I have same problem... how did you fix it?

rumours86 commented 5 years ago

https://github.com/FriendsOfDoctrine/dbal-clickhouse/pull/24