ClickHouse/tests/queries/1_stateful/00172_early_constant_folding.sql
2023-02-03 14:34:18 +01:00

4 lines
161 B
SQL

-- Tags: no-parallel-replicas
EXPLAIN PIPELINE SELECT count(JavaEnable) FROM test.hits WHERE WatchID = 1 OR Title = 'next' OR URL = 'prev' OR URL = '???' OR 1;