mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
15 lines
274 B
XML
15 lines
274 B
XML
|
<test>
|
||
|
|
||
|
|
||
|
|
||
|
<preconditions>
|
||
|
<table_exists>test.hits</table_exists>
|
||
|
</preconditions>
|
||
|
|
||
|
<settings>
|
||
|
<max_threads>1</max_threads>
|
||
|
</settings>
|
||
|
|
||
|
<query>SELECT count() FROM test.hits WHERE NOT ignore(firstSignificantSubdomain(URL))</query>
|
||
|
</test>
|