This commit is contained in:
parent
648f068535
commit
3e7883e168
@ -23,7 +23,8 @@ UpdateItem = PathExpression "=" (Expression | "NULL")
|
||||
IdentificationVariableDeclaration = RangeVariableDeclaration {Join}
|
||||
RangeVariableDeclaration = PathExpression [["AS" ] identifier<identification-variable>]
|
||||
|
||||
Join = ["LEFT" | "INNER"] "JOIN" PathExpression "AS" identifier
|
||||
Join = ["LEFT" | "INNER"] "JOIN" PathExpression "AS" identifier [["ON" | "WITH"] ConditionalExpression] IndexBy
|
||||
IndexBy = "INDEXBY" identifier
|
||||
|
||||
ConditionalExpression = ConditionalTerm {"OR" ConditionalTerm}
|
||||
ConditionalTerm = ConditionalFactor {"AND" ConditionalFactor}
|
||||
|
Loading…
x
Reference in New Issue
Block a user