mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
21 lines
489 B
XML
21 lines
489 B
XML
<test>
|
|
|
|
<preconditions>
|
|
<table_exists>hits_100m_single</table_exists>
|
|
</preconditions>
|
|
|
|
|
|
|
|
<substitutions>
|
|
<substitution>
|
|
<name>func</name>
|
|
<values>
|
|
<value>right(URL, 16)</value>
|
|
<value>substring(URL, greatest(minus(plus(length(URL), 1), 16), 1))</value>
|
|
</values>
|
|
</substitution>
|
|
</substitutions>
|
|
|
|
<query>SELECT count() FROM hits_100m_single WHERE NOT ignore({func})</query>
|
|
</test>
|