ClickHouse/tests/performance/early_constant_folding.xml
2020-04-18 15:54:16 +03:00

11 lines
276 B
XML

<test>
<preconditions>
<table_exists>default.hits_100m_single</table_exists>
</preconditions>
<query>SELECT count(JavaEnable) FROM default.hits_100m_single WHERE WatchID = 1 OR Title = 'next' OR URL = 'prev' OR OriginalURL = '???' OR 1</query>
</test>