mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
14 lines
302 B
XML
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>
|