ClickHouse/tests/performance/date_parsing.xml

11 lines
202 B
XML
Raw Normal View History

<test>
<preconditions>
<table_exists>test.hits</table_exists>
</preconditions>
<query>SELECT count() FROM test.hits WHERE NOT ignore(toDate(toString(EventDate)))</query>
</test>