mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 01:54:55 +00:00
13 lines
266 B
XML
13 lines
266 B
XML
<test>
|
|
|
|
|
|
|
|
<preconditions>
|
|
<table_exists>test.hits</table_exists>
|
|
</preconditions>
|
|
|
|
<query>SELECT count() FROM test.hits WHERE NOT ignore(basename(URL))</query>
|
|
<query>SELECT count() FROM test.hits WHERE NOT ignore(basename(Referer))</query>
|
|
|
|
</test>
|