Skip to content
Snippets Groups Projects
Commit 9e2aea17 authored by Denis Smirnov's avatar Denis Smirnov
Browse files

fix: grammar can handle queries after inlining motion results

I.e. we can build queries like

select * from t1 join (select "COLUMN_3" as a, "COLUMN_4" as b from
(values (1, 2), (1, 3))) as t2 on t1.a = t2.a
parent 9d0073a2
No related branches found
No related tags found
1 merge request!1414sbroad import
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