ClickHouse/tests/queries/0_stateless/02416_input_json_formats.reference

13 lines
172 B
Plaintext
Raw Normal View History

2022-09-08 16:07:20 +00:00
n UInt32
s String
a Array(UInt64)
0 Hello []
1 Hello [0]
2 Hello [0,1]
n UInt32
s String
a Array(UInt64)
0 Hello []
1 Hello [0]
2 Hello [0,1]