ClickHouse/tests/queries/0_stateless/00526_array_join_with_arrays_of_nullable.reference
Ivan 97f2a2213e
Move all folders inside /dbms one level up (#9974)
* Move some code outside dbms/src folder
* Fix paths
2020-04-02 02:51:21 +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