ClickHouse/tests/performance/encodeXMLComponent.xml
2022-04-29 04:33:12 +02:00

8 lines
207 B
XML

<test>
<preconditions>
<table_exists>hits_10m_single</table_exists>
</preconditions>
<query>SELECT count() FROM hits_10m_single WHERE NOT ignore(encodeXMLComponent(URL))</query>
</test>