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

11 lines
202 B
XML

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