ClickHouse/dbms/tests/queries/0_stateless/00526_array_join_with_arrays_of_nullable.reference
2017-12-08 12:45:07 +03:00

10 lines
147 B
Plaintext

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