duckdb-extension-clickhouse-sql icon indicating copy to clipboard operation
duckdb-extension-clickhouse-sql copied to clipboard

DuckDB Community Extension implementing ClickHouse SQL Dialect macros for DuckDB

Results 4 duckdb-extension-clickhouse-sql issues
Sort by recently updated
recently updated
newest added

![duckdb_writer_json-ezgif com-crop](https://github.com/user-attachments/assets/d4aaf390-7693-4713-932c-1ed214c3854b) ## url_flock The `url_flock` function was inspired by an idea of @carlopi from DuckDB Labs 👋 When used in combination with the [httpserver extension](https://community-extensions.duckdb.org/extensions/httpserver.html) _(or compatible endpoints such...

test needed
feature

- toUnixTimestamp - fromUnixTimestamp https://clickhouse.com/docs/sql-reference/functions/date-time-functions#fromUnixTimestamp I'll try to add a PR that implements these functions.

This extension may require changes to be compatible with the upcoming DuckDB v1.4.0 release (see [schedule](https://duckdb.org/release_calendar.html)). The required changes should be quite straightforward. For an example, check out https://github.com/duckdb/extension-template/issues/133 where...

Added localhost example