We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2006cb commit dc0472eCopy full SHA for dc0472e
description.yml
@@ -14,7 +14,6 @@ repo:
14
15
docs:
16
hello_world: |
17
- SELECT toString('world') as hello;
+ SELECT toString('world') as hello, toInt8OrZero('world') as zero;
18
extended_description: |
19
This extension provides a growing number of Clickhouse SQL Macros for DuckDB.
20
-
0 commit comments