ClickHouse / ClickHouse/pg_chdb
Support arbitrary queries for `COPY TO`
Open
enhancement
tasks
- Dominant language
- C
- Stars
- 14
- Forks
- 0
- Avg merge
- 19h 45m
- Merged PRs (30d)
- 27
Description
Allow this sort of thing to work:
```sql
COPY (SELECT id, name, age FROM users WHERE age < 60) TO 's3://bucket/path/under_60.csv';
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.