ClickHouse/dbms/tests/queries/0_stateless/00526_array_join_with_arrays_of_nullable.reference

10 lines
147 B
Plaintext
Raw Normal View History

1 (NULL,'') a
1 (NULL,'') \N
1 (NULL,'') b
\N (123,'Hello') a
\N (123,'Hello') \N
\N (123,'Hello') b
3 (456,NULL) a
3 (456,NULL) \N
3 (456,NULL) b