mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Add global keywords in subqueries.
This commit is contained in:
parent
2e52277cd7
commit
53341acdeb
@ -42,7 +42,7 @@ GLOBAL ALL INNER JOIN
|
||||
(
|
||||
SELECT id
|
||||
FROM t1_distr AS d1
|
||||
ALL INNER JOIN t2_distr AS d2 ON id = d2.id
|
||||
GLOBAL ALL INNER JOIN t2_distr AS d2 ON id = d2.id
|
||||
WHERE id > 0
|
||||
ORDER BY id ASC
|
||||
) AS s0 USING (id)
|
||||
|
Loading…
Reference in New Issue
Block a user