mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
14 lines
390 B
XML
14 lines
390 B
XML
<test>
|
|
<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>
|