mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +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
|
SELECT id
|
||||||
FROM t1_distr AS d1
|
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
|
WHERE id > 0
|
||||||
ORDER BY id ASC
|
ORDER BY id ASC
|
||||||
) AS s0 USING (id)
|
) AS s0 USING (id)
|
||||||
|
Loading…
Reference in New Issue
Block a user