[parser]: '(' ')' could coexist with alias. e.g., select * from (dual) a;

This commit is contained in:
Monk-Liu 2023-02-06 14:31:47 +08:00 committed by ob-robot
parent 48a6c6f62f
commit 3ba8909e40

View File

@ -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; }