HHH-9100 corrected grammar
This commit is contained in:
parent
cfc0327637
commit
eaa01e66da
|
@ -246,7 +246,7 @@ selectExpr
|
||||||
| aggregate
|
| aggregate
|
||||||
| c:constant { out(c); }
|
| c:constant { out(c); }
|
||||||
| arithmeticExpr
|
| arithmeticExpr
|
||||||
| param:PARAM { out(param); }
|
| parameter
|
||||||
| selectBooleanExpr[false]
|
| selectBooleanExpr[false]
|
||||||
| sn:SQL_NODE { out(sn); }
|
| sn:SQL_NODE { out(sn); }
|
||||||
| { out("("); } selectStatement { out(")"); }
|
| { out("("); } selectStatement { out(")"); }
|
||||||
|
|
Loading…
Reference in New Issue