ClickHouse/tests/queries/1_stateful/00172_early_constant_folding.sql

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

6 lines
222 B
MySQL
Raw Normal View History

2023-02-03 13:34:18 +00:00
-- Tags: no-parallel-replicas
2023-02-22 10:26:13 +00:00
set max_threads=10;
2023-07-17 06:36:18 +00:00
set optimize_use_implicit_projections=1;
2022-04-13 14:41:21 +00:00
EXPLAIN PIPELINE SELECT count(JavaEnable) FROM test.hits WHERE WatchID = 1 OR Title = 'next' OR URL = 'prev' OR URL = '???' OR 1;