Re: limiting rows in an query - Mailing list pgsql-jdbc

From Felipe Schnack
Subject Re: limiting rows in an query
Date
Msg-id 1033404994.1813.15.camel@desenv1.ritterdosreis.br
Whole thread Raw
In response to limiting rows in an query  (Felipe Schnack <felipes@ritterdosreis.br>)
Responses Re: limiting rows in an query  (snpe <snpe@snpe.co.yu>)
List pgsql-jdbc
  I think there isn't a portable way.
  In Oracle each row of a query have a sequential number, called
"rowid", I think.
  So, in oracle you do somethink like
  ...AND ROWID >= 0 AND ROWID <20
  Disgusting, isn't it? :-)

On Mon, 2002-09-30 at 13:55, David Wall wrote:
> Does anybody know how to do this in a "portable" way?  For example, I don't
> think Oracle has the LIMIT clause capability...
>
> David
>
--

Felipe Schnack
Analista de Sistemas
felipes@ritterdosreis.br
Cel.: (51)91287530
Linux Counter #281893

Faculdade Ritter dos Reis
www.ritterdosreis.br
felipes@ritterdosreis.br
Fone/Fax.: (51)32303328


pgsql-jdbc by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: PostgreSQL JDBC - Number of connections
Next
From: snpe
Date:
Subject: Re: limiting rows in an query