ClickHouse/tests/queries/0_stateless/02893_trash_optimization.sql

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

4 lines
88 B
MySQL
Raw Normal View History

2023-10-08 19:54:46 +00:00
SELECT *
FROM merge('system', '^one$') AS one
WHERE (one.dummy = 0) OR (one.dummy = 1);