ClickHouse/tests/queries/1_stateful/00172_early_constant_folding.sql
Nikolai Kochetov 9749bd491b Fixing test.
2023-02-22 10:26:13 +00:00

5 lines
181 B
SQL

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