mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
add test for #4858
This commit is contained in:
parent
6d6c53d42b
commit
91bc0eca11
@ -0,0 +1 @@
|
||||
1
|
@ -0,0 +1,4 @@
|
||||
SELECT toUInt64(1) x FROM (select 1)
|
||||
GROUP BY 1
|
||||
HAVING x
|
||||
IN ( SELECT countIf(y, z == 1) FROM (SELECT 1 y, 1 z) );
|
Loading…
Reference in New Issue
Block a user