ClickHouse/tests/queries/0_stateless/02023_parser_number_binary_literal.reference
Artur Filatenkov 6a3cb0d9ea rename tests
2021-09-29 17:43:35 +03:00

15 lines
200 B
Plaintext

1 UInt8
2 UInt8
4 UInt8
8 UInt8
Unsigned numbers
128 UInt8
32768 UInt16
2147483648 UInt32
9223372036854775808 UInt64
Signed numbers
-128 Int8
-32768 Int16
-2147483648 Int32
-9223372036854775808 Int64