mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
11 lines
551 B
XML
11 lines
551 B
XML
|
<test>
|
||
|
<preconditions>
|
||
|
<table_exists>hits_10m_single</table_exists>
|
||
|
</preconditions>
|
||
|
|
||
|
<query>SELECT CounterID, EventDate FROM hits_10m_single ORDER BY CounterID, exp(CounterID), sqrt(CounterID) FORMAT Null</query>
|
||
|
<query>SELECT CounterID, EventDate FROM hits_10m_single ORDER BY CounterID, EventDate, exp(CounterID), toDateTime(EventDate) FORMAT Null</query>
|
||
|
<query>SELECT CounterID, EventDate FROM hits_10m_single ORDER BY CounterID DESC, EventDate DESC, exp(CounterID), toDateTime(EventDate) FORMAT Null</query>
|
||
|
|
||
|
</test>
|