There was an error while loading. Please reload this page.
Sqllogictest has some constructions like:
SELECT ALL * FROM tab1 cor0 CROSS JOIN tab1, tab2 AS cor1;
How to parse construction like this?
SELECT ALL * FROM tab1 cor0 CROSS JOIN tab1 USING col1, col2, tab2 AS cor1;