Skip to content

Commit 9b1ac16

Browse files
Arshia MalkaniArshia Malkani
authored andcommitted
Can accept joins without FROM clause
1 parent e16ef34 commit 9b1ac16

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

src/main/jjtree/net/sf/jsqlparser/parser/JSqlParserCC.jjt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,6 +1023,8 @@ PlainSelect PlainSelect():
10231023

10241024
selectItems=SelectItemsList()
10251025

1026+
joins=JoinsList()
1027+
10261028
[intoTables = IntoClause() { plainSelect.setIntoTables(intoTables); } ]
10271029
[ <K_FROM>
10281030
fromItem=FromItem()

0 commit comments

Comments
 (0)