ClickHouse/tests/queries/0_stateless/01774_tuple_null_in.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
74 B
MySQL
Raw Normal View History

2021-03-24 19:20:50 +00:00
SELECT (NULL, NULL) IN ((NULL, 0), (3, 1), (3, 2), (8, 0), (NULL, NULL));