We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71259fa commit 0d1d1c0Copy full SHA for 0d1d1c0
src/main/jjtree/net/sf/jsqlparser/parser/JSqlParserCC.jjt
@@ -1539,19 +1539,6 @@ First First():
1539
}
1540
1541
1542
-Expression MandatoryExpression() #Expression :
1543
-{
1544
- Expression retval = null;
1545
-}
1546
1547
- (
1548
- LOOKAHEAD(3) retval=OrExpression() | "(" retval=MandatoryExpression() ")" {retval = new Parenthesis(retval); }
1549
- )
1550
-
1551
- { return retval; }
1552
1553
1554
1555
Expression Expression() #Expression :
1556
{
1557
Expression retval = null;
0 commit comments