Re: [INTERFACES] limiting the rows selected in postgresql - Mailing list pgsql-interfaces

From Sferacarta Software
Subject Re: [INTERFACES] limiting the rows selected in postgresql
Date
Msg-id 7606.981109@bo.nettuno.it
Whole thread Raw
In response to limiting the rows selected in postgresql  (RADHAKRISHNAN C V <cvr@md2.vsnl.net.in>)
Responses Re: [INTERFACES] limiting the rows selected in postgresql  (Sergio <ser@perio.unlp.edu.ar>)
List pgsql-interfaces
Hello Radhakrishnan,

lunedì, 9 novembre 98, you wrote:


RCV> how can i limit the number of rows obtained from a select statement
RCV> in postgreSQL to say, 10 rows while the select condition  actually
RCV> matches more than that. in oracle we can use the ROW_NUM variable
RCV> for this purpose but now i met such an issue with postgreSQL

On v6.4 you can specify a limit for queries as:

set QUERY_LIMIT TO '10';
To have only the first 10 rows from a select;

-Jose'-



pgsql-interfaces by date:

Previous
From: RADHAKRISHNAN C V
Date:
Subject: limiting the rows selected in postgresql
Next
From: "Dave Page"
Date:
Subject: pgAdmin v6.4.0 Released