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 B12D5F07B for ; Thu, 21 Mar 2013 15:13:15 +0000 (UTC) Received: (qmail 5126 invoked by uid 500); 21 Mar 2013 15:13:15 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 5104 invoked by uid 500); 21 Mar 2013 15:13:15 -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 5096 invoked by uid 99); 21 Mar 2013 15:13:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Mar 2013 15:13:15 +0000 Date: Thu, 21 Mar 2013 15:13:15 +0000 (UTC) From: "Kim Haase (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DERBY-6103) Improve documentation of ROW_NUMBER function 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-6103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kim Haase updated DERBY-6103: ----------------------------- Issue & fix info: Patch Available Affects Version/s: 10.10.1.1 > Improve documentation of ROW_NUMBER function > -------------------------------------------- > > Key: DERBY-6103 > URL: https://issues.apache.org/jira/browse/DERBY-6103 > Project: Derby > Issue Type: Improvement > Components: Documentation > Affects Versions: 10.10.1.1 > Reporter: Dag H. Wanvik > Assignee: Kim Haase > Priority: Minor > Attachments: DERBY-6103.diff, DERBY-6103.stat, DERBY-6103.zip > > > The current documentation doesn't mention that we allow the window definition to be explicit. > The restriction on WHERE clause no longer applies, nor does the sentence about ORDER BY not being allowed in subqueries. Cf. rreffuncrownumber.dita. Also, the documentation mentions that we don't support LIMIT, but not that we now support the FETCH/OFFSET clause, which is often a better option than ROW_NUMBER. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira