Replies: 1 comment
-
INTERSECT has different precedence than EXCEPT and UNION. In Antlr, when there are left-recursive rules, the order of the alternatives determines the precedence. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
why not merge these two into one in SqlBase.g4?
just like
left=queryTerm operator=(INTERSECT | UNION | EXCEPT) setQuantifier? right=queryTerm #setOperation
Beta Was this translation helpful? Give feedback.
All reactions