setting select limit? - Mailing list pgsql-sql

From Frank Morton
Subject setting select limit?
Date
Msg-id 01ae01be555f$0390d4f0$8355e5ce@base2inc.com
Whole thread Raw
Responses Re: [SQL] setting select limit?  (Oleg Bartunov <oleg@sai.msu.su>)
Re: [SQL] setting select limit?  (jwieck@debis.com (Jan Wieck))
List pgsql-sql
If a select is going to match 1000 records, but I only want to
select the first 25, I thought I could:

select * from table limit 25;

But I guess I can't. How do I limit the query? I've search
around with no results. Thanks.




pgsql-sql by date:

Previous
From: Bob Dusek
Date:
Subject: Re: [GENERAL] Select max field
Next
From: Oleg Bartunov
Date:
Subject: Re: [SQL] setting select limit?