Skip to content

sqllogictest3: Unambigous syntax in FROM #130

@agershun

Description

@agershun

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;

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions