ClickHouse/tests/performance/encodeXMLComponent.xml

8 lines
195 B
XML
Raw Normal View History

2020-12-12 21:17:37 +00:00
<test>
<preconditions>
<table_exists>test.hits</table_exists>
</preconditions>
<query>SELECT count() FROM test.hits WHERE NOT ignore(encodeXMLComponent(URL))</query>
</test>