Replies: 1 comment
-
Hi @roengram Unfortunately this is a limitation of ClickHouse Native format: ClickHouse/ClickHouse#58662 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to insert data to ClickHouse using columnar insert, referencing: https://github.com/ClickHouse/clickhouse-go/blob/main/examples/clickhouse_api/columnar_insert.go
The example works but I'd like to specify NULL so that the default value will be used.
I tried inserting a
nil
for NULL, but the insert results is not the default value but empty string.Can anybody tell me how I specify NULL?
Insert retuls
Table schema
Beta Was this translation helpful? Give feedback.
All reactions