ClickHouse/tests/performance/aggregate_functions_of_group_by_keys.xml

5 lines
237 B
XML
Raw Normal View History

<test>
<query>SELECT min(length(URL)), max(length(URL)) FROM hits_10m_single GROUP BY length(URL) FORMAT Null</query>
<query>SELECT any(WatchID), anyLast(WatchID) FROM hits_10m_single GROUP BY WatchID FORMAT Null</query>
</test>