HHH-9100 corrected grammar

This commit is contained in:
Brett Meyer 2014-04-08 14:15:59 -04:00
parent cfc0327637
commit eaa01e66da
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ selectExpr
| aggregate
| c:constant { out(c); }
| arithmeticExpr
| param:PARAM { out(param); }
| parameter
| selectBooleanExpr[false]
| sn:SQL_NODE { out(sn); }
| { out("("); } selectStatement { out(")"); }