ClickHouse/tests/queries/0_stateless/01385_not_function.sql

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

3 lines
57 B
MySQL
Raw Normal View History

SELECT 1 != NOT (1);
SELECT 1 WHERE 10 != NOT ( NOT 10);