ClickHouse/tests/performance/encodeXMLComponent.xml
Alexander Kuzmenkov d7b726045a fixes
2021-05-13 01:32:53 +03:00

8 lines
209 B
XML

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