mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
13 lines
357 B
XML
13 lines
357 B
XML
<test>
|
|
<preconditions>
|
|
<table_exists>hits_10m_single</table_exists>
|
|
</preconditions>
|
|
|
|
<settings>
|
|
<max_threads>1</max_threads>
|
|
</settings>
|
|
|
|
<query>SELECT count() FROM hits_10m_single WHERE NOT ignore(basename(URL))</query>
|
|
<query>SELECT count() FROM hits_10m_single WHERE NOT ignore(basename(Referer))</query>
|
|
</test>
|