This website requires JavaScript.
Explore
Help
Sign In
thevar1able
/
ClickHouse
Watch
1
Star
0
Fork
0
You've already forked ClickHouse
mirror of
https://github.com/ClickHouse/ClickHouse.git
synced
2024-11-16 12:44:42 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6d5ec43b66
ClickHouse
/
dbms
/
tests
/
queries
/
0_stateless
/
00037_totals_limit.sql
2 lines
96 B
MySQL
Raw
Normal View
History
Unescape
Escape
dbms: updated tests [#METR-2944].
2014-05-22 01:21:37 +00:00
SELECT
count
(
)
,
arrayJoin
(
[
1
,
2
,
3
]
)
AS
n
GROUP
BY
n
WITH
TOTALS
ORDER
BY
n
LIMIT
1
FORMAT
JSON
Reference in New Issue
Copy Permalink