Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 19951 invoked from network); 20 Nov 2009 18:15:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Nov 2009 18:15:03 -0000 Received: (qmail 41178 invoked by uid 500); 20 Nov 2009 18:15:02 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 41142 invoked by uid 500); 20 Nov 2009 18:15:02 -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 41134 invoked by uid 99); 20 Nov 2009 18:15:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Nov 2009 18:15:02 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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 18:15:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CAA1D234C1EF for ; Fri, 20 Nov 2009 10:14:39 -0800 (PST) Message-ID: <1665759859.1258740879829.JavaMail.jira@brutus> Date: Fri, 20 Nov 2009 18:14:39 +0000 (UTC) From: "Kim Haase (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (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 [ https://issues.apache.org/jira/browse/DERBY-4399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12780686#action_12780686 ] Kim Haase commented on DERBY-4399: ---------------------------------- The new patch is DERBY-4399-2.diff. To avoid confusion, I removed the correlation-name topic that was modified for the first patch. > 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 > 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.