ClickHouse/tests/queries/0_stateless/00320_between.sql

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

2 lines
34 B
MySQL
Raw Normal View History

SELECT 2 BETWEEN 1 + 1 AND 3 - 1;