mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 14:11:58 +00:00
8 lines
198 B
Plaintext
8 lines
198 B
Plaintext
id lc_nullable lc_int_nullable bool_nullable
|
|
Nullable(Int64) LowCardinality(Nullable(String)) LowCardinality(Nullable(Int64)) Nullable(UInt8)
|
|
1 onee 1 1
|
|
2 twoo 2 0
|
|
3 three 3 1
|
|
4 four 4 1
|
|
5 five 5 1
|