mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 18:14:03 +00:00
41 lines
1.3 KiB
XML
41 lines
1.3 KiB
XML
<test>
|
|
<preconditions>
|
|
<table_exists>hits_10m_single</table_exists>
|
|
<table_exists>hits_100m_single</table_exists>
|
|
</preconditions>
|
|
|
|
|
|
|
|
<substitutions>
|
|
<substitution>
|
|
<name>str1</name>
|
|
<values>
|
|
<value>URL</value>
|
|
<value>Referer</value>
|
|
<value>Title</value>
|
|
<value>SearchPhrase</value>
|
|
<value>MobilePhoneModel</value>
|
|
<value>PageCharset</value>
|
|
</values>
|
|
</substitution>
|
|
<substitution>
|
|
<name>str2</name>
|
|
<values>
|
|
<value>URL</value>
|
|
<value>Referer</value>
|
|
<value>Title</value>
|
|
<value>SearchPhrase</value>
|
|
<value>MobilePhoneModel</value>
|
|
<value>PageCharset</value>
|
|
</values>
|
|
</substitution>
|
|
</substitutions>
|
|
|
|
<query><![CDATA[SELECT {str1} FROM hits_100m_single ORDER BY {str1} LIMIT 10]]></query>
|
|
<query><![CDATA[SELECT {str1} FROM hits_10m_single ORDER BY {str1} LIMIT 9000000, 10]]></query>
|
|
|
|
<query><![CDATA[SELECT {str1}, {str2} FROM hits_100m_single ORDER BY {str1}, {str2} LIMIT 10]]></query>
|
|
<query><![CDATA[SELECT {str1}, {str2} FROM hits_10m_single ORDER BY {str1}, {str2} LIMIT 9000000, 10]]></query>
|
|
|
|
</test>
|