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-06 07:32:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4cecc238d6
ClickHouse
/
tests
/
queries
/
0_stateless
/
00023_agg_select_agg_subquery.sql
2 lines
70 B
MySQL
Raw
Normal View
History
Unescape
Escape
dbms: Fixed a bug. [#METR-10615]
2014-03-27 19:47:51 +00:00
SELECT
count
(
)
FROM
(
SELECT
sum
(
materialize
(
1
)
)
,
sum
(
materialize
(
2
)
)
)
Reference in New Issue
Copy Permalink