ClickHouse/tests/queries/0_stateless/01421_assert_in_in.sql

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

2 lines
77 B
MySQL
Raw Normal View History

SELECT (1, 2) IN ((1, (2, 3)), (1 + 1, 1)); -- { serverError TYPE_MISMATCH }