ClickHouse/tests/queries/0_stateless/01025_array_compact_generic.reference
2020-08-18 22:16:53 +03:00

18 lines
187 B
Plaintext

[]
[1,nan,2]
[1,nan,nan,2]
[1,NULL,2]
[1,NULL,nan,2]
['hello','','world']
[[[]],[[],[]],[[]]]
[]
['0']
['0']
['0']
['0','1']
['0','1']
['0','1']
['0','1','2']
['0','1','2']
['0','1','2']