ClickHouse/tests/performance/fixed_string16.xml
Alexander Kuzmenkov 5d324751a0 fix more queries
2020-06-26 22:11:43 +03:00

14 lines
302 B
XML

<test>
<tags>
<tag>comparison</tag>
</tags>
<preconditions>
<table_exists>test.hits</table_exists>
</preconditions>
<settings><max_threads>1</max_threads></settings>
<query><![CDATA[SELECT count() FROM test.hits WHERE ClientIP6 < RemoteIP6]]></query>
</test>