ClickHouse/tests/queries/0_stateless/00298_enum_width_and_cast.reference

18 lines
859 B
Plaintext
Raw Normal View History

2017-12-18 05:43:41 +00:00
┌─x─────┬─y─┐
2016-02-01 18:40:27 +00:00
│ Hello │ 0 │
└───────┴───┘
2017-12-18 05:43:41 +00:00
┌─x─────┬─y─┐
2016-02-01 18:40:27 +00:00
│ Hello │ 0 │
│ \ │ 0 │
2016-02-01 18:40:27 +00:00
└───────┴───┘
┌─x────────┬─y─┐
│ Hello │ 0 │
│ \ │ 0 │
│ \t │ 0 │
└──────────┴───┘
┌─x────────┬─y─┬─toInt8(x)─┬─s─────┬─casted─┐
│ Hello │ 0 │ -100 │ Hello │ Hello │
│ \ │ 0 │ 0 │ \ │ \ │
│ \t │ 0 │ 111 │ \t │ \t │
└──────────┴───┴───────────┴───────┴────────┘