mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
15 lines
250 B
XML
15 lines
250 B
XML
<test>
|
|
<tags>
|
|
<tag>comparison</tag>
|
|
</tags>
|
|
|
|
<preconditions>
|
|
<table_exists>test.hits</table_exists>
|
|
</preconditions>
|
|
|
|
|
|
|
|
<query><![CDATA[SELECT count() FROM test.hits WHERE ClientIP6 < RemoteIP6]]></query>
|
|
|
|
</test>
|