Skip to content
Snippets Groups Projects
Commit 1909db81 authored by Arseniy Volynets's avatar Arseniy Volynets
Browse files

feat: support subqueries for global tables

- subqueries reading from global tables are supported
- subqueries in queries which scan the global tables
are allowed:
`select a from global where b in (select c from segment)`

However currently using global tables in join is not
supported.
parent 7f154389
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment