mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 06:01:57 +00:00
8 lines
213 B
Plaintext
8 lines
213 B
Plaintext
id lc_nullable lc_int_nullable bool_nullable
|
|
Nullable(Int64) LowCardinality(Nullable(String)) LowCardinality(Nullable(Int64)) Nullable(Bool)
|
|
1 onee 1 true
|
|
2 twoo 2 false
|
|
3 three 3 true
|
|
4 four 4 true
|
|
5 five 5 true
|