ClickHouse / ClickHouse/clickhouse-cpp

Support of the block of totals

Open
#297 3 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.