2020-10-30 15:12:15 +00:00
|
|
|
<test>
|
2017-06-22 13:58:58 +00:00
|
|
|
<tags>
|
|
|
|
<tag>sorting</tag>
|
|
|
|
<tag>comparison</tag>
|
|
|
|
</tags>
|
|
|
|
|
|
|
|
<preconditions>
|
|
|
|
<table_exists>hits_100m_single</table_exists>
|
|
|
|
</preconditions>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<query>SELECT URL as col FROM hits_100m_single ORDER BY col LIMIT 1000,1</query>
|
|
|
|
<query>SELECT SearchPhrase as col FROM hits_100m_single ORDER BY col LIMIT 10000,1</query>
|
|
|
|
<query>SELECT SearchPhrase as col FROM hits_100m_single WHERE notEmpty(col) ORDER BY col LIMIT 10000,1</query>
|
|
|
|
<query>SELECT MobilePhoneModel as col FROM hits_100m_single ORDER BY col LIMIT 20000,1</query>
|
|
|
|
<query>SELECT MobilePhoneModel as col FROM hits_100m_single WHERE notEmpty(col) ORDER BY col LIMIT 500000,1</query>
|
|
|
|
<query>SELECT PageCharset as col FROM hits_100m_single ORDER BY col LIMIT 10000,1</query>
|
|
|
|
<query>SELECT Title as col FROM hits_100m_single ORDER BY col LIMIT 1000,1</query>
|
|
|
|
|
|
|
|
</test>
|