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 0efc0fe commit 8036eddCopy full SHA for 8036edd
1 file changed
src/main/jjtree/net/sf/jsqlparser/parser/JSqlParserCC.jjt
@@ -2425,7 +2425,7 @@ TableFunction TableFunction():
2425
}
2426
{
2427
function=Function() { functionItem = new TableFunction(); functionItem.setFunction(function); }
2428
- [alias=Alias() { functionItem.setAlias(alias); }]
+ [LOOKAHEAD(2) alias=Alias() { functionItem.setAlias(alias); }]
2429
{ return functionItem; }
2430
2431
0 commit comments