ClickHouse/dbms/tests/queries/0_stateless/00298_enum_width_and_cast.reference
2016-02-01 21:40:27 +03:00

819 B

┌─────x─┬─y─┐
│ Hello │ 0 │
└───────┴───┘
┌─────x─┬─y─┐
│ Hello │ 0 │
│ \\ │ 0 │
└───────┴───┘
┌─────x─┬─y─┐
│ Hello │ 0 │
│ \\ │ 0 │
│ \t\\t │ 0 │
└───────┴───┘
┌─────x─┬─y─┬─toInt8(x)─┬─s─────┬─casted─┐
│ Hello │ 0 │ -100 │ Hello │ Hello │
│ \\ │ 0 │ 0 │ \\ │ \\ │
│ \t\\t │ 0 │ 111 │ \t\\t │ \t\\t │
└───────┴───┴───────────┴───────┴────────┘