mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Add test with GLOBAL IN and totals.
This commit is contained in:
parent
077aba4a97
commit
038ca829e4
@ -0,0 +1,4 @@
|
||||
0
|
||||
2
|
||||
|
||||
2
|
2
tests/queries/0_stateless/02096_totals_global_in_bug.sql
Normal file
2
tests/queries/0_stateless/02096_totals_global_in_bug.sql
Normal file
@ -0,0 +1,2 @@
|
||||
select sum(number) from remote('127.0.0.{2,3}', numbers(2)) where number global in (select sum(number) from numbers(2) group by number with totals) group by number with totals
|
||||
|
Loading…
Reference in New Issue
Block a user