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

2 lines
130 B
MySQL
Raw Normal View History

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;