[parser]: '(' ')' could coexist with alias. e.g., select * from (dual) a;
This commit is contained in:
parent
48a6c6f62f
commit
3ba8909e40
@ -936,7 +936,6 @@ Timestamp{whitespace}?\"[^\"]*\" {
|
||||
}
|
||||
}
|
||||
}
|
||||
<hint>APPEND { return APPEND; }
|
||||
<hint>NO_GATHER_OPTIMIZER_STATISTICS { return NO_GATHER_OPTIMIZER_STATISTICS; }
|
||||
<hint>GATHER_OPTIMIZER_STATISTICS { return GATHER_OPTIMIZER_STATISTICS; }
|
||||
<hint>LOG_LEVEL { return LOG_LEVEL; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user