Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 028F49183 for ; Mon, 21 May 2012 15:38:42 +0000 (UTC) Received: (qmail 44586 invoked by uid 500); 21 May 2012 15:38:41 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 44546 invoked by uid 500); 21 May 2012 15:38:41 -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 44530 invoked by uid 99); 21 May 2012 15:38:41 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 May 2012 15:38:41 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 93819141822 for ; Mon, 21 May 2012 15:38:41 +0000 (UTC) Date: Mon, 21 May 2012 15:38:41 +0000 (UTC) From: "Kim Haase (JIRA)" To: derby-dev@db.apache.org Message-ID: <1538904503.3613.1337614721606.JavaMail.jiratomcat@issues-vm> In-Reply-To: <637664943.13071.1330046988831.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Closed] (DERBY-5628) Wrong syntax description in DELETE statement doc 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-5628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kim Haase closed DERBY-5628. ---------------------------- Changes have appeared in Latest Alpha Manuals. > Wrong syntax description in DELETE statement doc > ------------------------------------------------ > > Key: DERBY-5628 > URL: https://issues.apache.org/jira/browse/DERBY-5628 > Project: Derby > Issue Type: Bug > Components: Documentation > Reporter: Dag H. Wanvik > Assignee: Kim Haase > Priority: Minor > Fix For: 10.9.0.0 > > Attachments: DERBY-5628.diff, rrefsqlj35981.html > > > In the description of the DELETE statement in the reference manual, the syntax description gives this: > : > { > DELETE FROM table-Name [[AS] correlation-Name] > [WHERE clause] | > DELETE FROM table-Name WHERE CURRENT OF > } > The last line is wrong. It should read > DELETE FROM table-Name WHERE CURRENT OF clause. It is already a link to the clause. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira