ClickHouse/tests/queries/1_stateful/00172_early_constant_folding.sql
2022-04-13 16:41:21 +02:00

2 lines
130 B
SQL

EXPLAIN PIPELINE SELECT count(JavaEnable) FROM test.hits WHERE WatchID = 1 OR Title = 'next' OR URL = 'prev' OR URL = '???' OR 1;