ClickHouse/tests/performance/date_parsing.xml
2020-10-30 18:12:15 +03:00

8 lines
213 B
XML

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