mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
40 lines
807 B
Plaintext
40 lines
807 B
Plaintext
--- assigning ---
|
|
5 UInt8
|
|
-177 Int16
|
|
98.11 Float64
|
|
abc def String
|
|
custom_a UInt64_5
|
|
custom_b Int64_-177
|
|
custom_c Float64_98.11
|
|
custom_d \'abc def\'
|
|
--- modifying ---
|
|
changed String
|
|
\N Nullable(Nothing)
|
|
50000 UInt16
|
|
1.11 Float64
|
|
custom_a \'changed\'
|
|
custom_b NULL
|
|
custom_c UInt64_50000
|
|
custom_d Float64_1.11
|
|
--- undefined setting ---
|
|
404 UInt16
|
|
--- wrong prefix ---
|
|
--- using query context ---
|
|
-0.333 Float64
|
|
custom_e Float64_-0.333
|
|
404 UInt16
|
|
custom_e UInt64_404
|
|
word String
|
|
custom_f \'word\'
|
|
0
|
|
--- compound identifier ---
|
|
test String
|
|
custom_compound.identifier.v1 \'test\'
|
|
CREATE SETTINGS PROFILE s1_01418 SETTINGS custom_compound.identifier.v2 = 100
|
|
--- null type ---
|
|
\N Nullable(Nothing)
|
|
custom_null NULL
|
|
\N Nullable(Nothing)
|
|
custom_null NULL
|
|
CREATE SETTINGS PROFILE s2_01418 SETTINGS custom_null = NULL
|