mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Merge pull request #30086 from ClickHouse/fix-global-in-with-totals
Add test with GLOBAL IN and totals.
This commit is contained in:
commit
3ac2766c13
@ -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