From 3e7883e1681670826bf5d888daa01bb67db7b59a Mon Sep 17 00:00:00 2001 From: zYne <zYne@625475ce-881a-0410-a577-b389adb331d8> Date: Mon, 7 Jan 2008 20:52:16 +0000 Subject: [PATCH] --- draft/query-language.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/draft/query-language.txt b/draft/query-language.txt index 406087ea4..d396a35af 100644 --- a/draft/query-language.txt +++ b/draft/query-language.txt @@ -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}