Name |
Description |
BetweenAndExpression |
|
ComparisionEqualsExpression |
higherPreExpr '=' higherPreExpr |
ComparisionGreaterThanExpression |
higherPreExpr '>' higherPreExpr |
ComparisionGreaterThanOrEqualsExpression |
higherPreExpr '>=' higherPreExpr |
ComparisionIsExpression |
|
ComparisionLessOrGreaterThanExpression |
higherPreExpr '<>' higherPreExpr |
ComparisionLessThanExpression |
higherPreExpr '<' higherPreExpr |
ComparisionLessThanOrEqualsExpression |
higherPreExpr '<=' higherPreExpr</code> |
ComparisionNotEqualsExpression |
higherPreExpr '!=' higherPreExpr |
ComparisionNullSafeEqualsExpression |
higherPreExpr '<=>' higherPreExpr |
InExpression |
higherPreExpr (NOT)? IN ( '(' expr (',' expr)* ')' | subquery ) |