Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 33959 invoked from network); 6 Oct 2009 15:31:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Oct 2009 15:31:55 -0000 Received: (qmail 93074 invoked by uid 500); 6 Oct 2009 15:31:55 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 93053 invoked by uid 500); 6 Oct 2009 15:31:55 -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 93045 invoked by uid 99); 6 Oct 2009 15:31:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2009 15:31:55 +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; Tue, 06 Oct 2009 15:31:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 50BDF234C03A for ; Tue, 6 Oct 2009 08:31:31 -0700 (PDT) Message-ID: <906397383.1254843091317.JavaMail.jira@brutus> Date: Tue, 6 Oct 2009 08:31:31 -0700 (PDT) From: "Dag H. Wanvik (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 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-4399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762664#action_12762664 ] Dag H. Wanvik commented on DERBY-4399: -------------------------------------- Good catch. Actually, this applies for TableFunctionInvocation and the undocumented "new ()" syntax, too. > 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 > Reporter: Dag H. Wanvik > > 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.