ClickHouse/dbms/tests/queries/0_stateless/00642_cast.reference
2018-06-07 23:37:16 +03:00

13 lines
358 B
Plaintext

hello
hello
hello
hello
hello
hello
hello
hello
CREATE TABLE test.cast ( x UInt8, e Enum8('hello' = 1, 'world' = 2) DEFAULT CAST(x, 'Enum8(\'hello\' = 1, \'world\' = 2)')) ENGINE = MergeTree ORDER BY e SETTINGS index_granularity = 8192
x UInt8
e Enum8(\'hello\' = 1, \'world\' = 2) DEFAULT CAST(x, \'Enum8(\\\'hello\\\' = 1, \\\'world\\\' = 2)\')
1 hello