mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update 01009_global_array_join_names.sql
This commit is contained in:
parent
d697f4a1d1
commit
33e6681c90
@ -12,7 +12,7 @@ ARRAY JOIN arrayFilter(t -> (t GLOBAL IN
|
||||
(
|
||||
SELECT DISTINCT now() AS `ym:a`
|
||||
WHERE 1
|
||||
)), test1.b) AS test1_b
|
||||
)), test2.b) AS test2_b
|
||||
WHERE 1;
|
||||
|
||||
DROP TABLE test1;
|
||||
|
Loading…
Reference in New Issue
Block a user