ClickHouse / ClickHouse/clickhouse-cpp
Support of the block of totals
Open
- Dominant language
- C
- Stars
- 382
- Forks
- 209
- Avg merge
- 3h 58m
- Merged PRs (30d)
- 12
Description
With the SQL:
```
SELECT name
FROM workflow_jobs
GROUP BY name
WITH TOTALS
LIMIT 5, 5
```
clickhosue-cpp responds with exception *unimplemented 7*. Would be nice to have this feature.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.