Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 49128 invoked from network); 20 Nov 2009 19:18:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Nov 2009 19:18:04 -0000 Received: (qmail 49384 invoked by uid 500); 20 Nov 2009 19:18:04 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 49350 invoked by uid 500); 20 Nov 2009 19:18:04 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 49342 invoked by uid 99); 20 Nov 2009 19:18:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Nov 2009 19:18:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Nov 2009 19:18:01 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AE5C4234C48C for ; Fri, 20 Nov 2009 11:17:40 -0800 (PST) Message-ID: <1654211641.1258744660712.JavaMail.jira@brutus> Date: Fri, 20 Nov 2009 19:17:40 +0000 (UTC) From: "Kim Haase (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-4399) Syntax description for TableViewOrFunctionExpression lack subquery option In-Reply-To: <1114935702.1254792691266.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-4399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kim Haase resolved DERBY-4399. ------------------------------ Resolution: Fixed Fix Version/s: 10.6.0.0 Issue & fix info: (was: [Patch Available]) Thanks very much, Dag. Committed patch DERBY-4399-2.diff to documentation trunk at revision 882686. > Syntax description for TableViewOrFunctionExpression lack subquery option > ------------------------------------------------------------------------- > > Key: DERBY-4399 > URL: https://issues.apache.org/jira/browse/DERBY-4399 > Project: Derby > Issue Type: Bug > Components: Documentation > Affects Versions: 10.5.3.0 > Reporter: Dag H. Wanvik > Assignee: Kim Haase > Fix For: 10.6.0.0 > > Attachments: DERBY-4399-2.diff, DERBY-4399.diff, rrefsqlj33215.html, rrefsqlj33215.html, rreftableexpression.html, rreftableexpression.html > > > In the reference manual, we find these syntax descriptions (start with http://db.apache.org/derby/docs/dev/ref/rrefsqlj21583.html): > TableExpression: > { > TableViewOrFunctionExpression | JOIN operation > } > TableViewOrFunctionExpression: > { table-Name | view-Name | TableFunctionInvocation} > [ [ AS ] correlation-Name > [ (Simple-column-Name [ , Simple-column-Name]* ) ] ] ] > I cannot find a way from the "FROM clause" to the TableSubquery production, so I think the latter should read: > { table-Name | TableSubquery | view-Name | TableFunctionInvocation } > [ [ AS ] correlation-Name > [ (Simple-column-Name [ , Simple-column-Name]* ) ] ] ] > Also, the "JOIN operation" is not clickable. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.