mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 02:53:38 +00:00
12 lines
293 B
XML
12 lines
293 B
XML
<test>
|
|
|
|
|
|
|
|
<preconditions>
|
|
<table_exists>test.hits</table_exists>
|
|
</preconditions>
|
|
|
|
<query>SELECT count() FROM test.hits WHERE NOT ignore(substring(URL, 10, 20))</query>
|
|
<query>SELECT count() FROM test.hits WHERE NOT ignore(substring(PageCharset, 1, 2))</query>
|
|
</test>
|