Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 32889 invoked from network); 16 Mar 2007 03:01:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Mar 2007 03:01:56 -0000 Received: (qmail 97877 invoked by uid 500); 16 Mar 2007 03:02:01 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 97808 invoked by uid 500); 16 Mar 2007 03:02:01 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 97770 invoked by uid 99); 16 Mar 2007 03:02:01 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Mar 2007 20:02:01 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=FORGED_HOTMAIL_RCVD2,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Mar 2007 20:01:49 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1HS2h7-0001aX-31 for derby-user@db.apache.org; Thu, 15 Mar 2007 20:01:29 -0700 Message-ID: <9507929.post@talk.nabble.com> Date: Thu, 15 Mar 2007 20:01:29 -0700 (PDT) From: ccl007 To: derby-user@db.apache.org Subject: how to query certain number of rows in derby MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: ccliu1982@hotmail.com X-Virus-Checked: Checked by ClamAV on apache.org you know in mysql ,we can use limit to query certain number of rows from a table in database like select * from table1 limit 2,7; what kind of sql language should i use in derby to perform the same kind of function in derby -- View this message in context: http://www.nabble.com/how-to-query-certain-number-of-rows-in-derby-tf3412357.html#a9507929 Sent from the Apache Derby Users mailing list archive at Nabble.com.