Re: [SQL] Fetch the required rows

2003-08-26 Thread Bruno Wolff III
On Tue, Aug 26, 2003 at 23:15:48 +0530, [EMAIL PROTECTED] wrote: > August 26th 2003 > 11:30p > How do I get the required number of rows thru a query.. > I mean...If I want to show 10 tuples per page.. instead of getting all the tuples > from the relation and do some front end manipulation, is th

[SQL] Fetch the required rows

2003-08-26 Thread shyamperi
August 26th 2003 11:30p How do I get the required number of rows thru a query.. I mean...If I want to show 10 tuples per page.. instead of getting all the tuples from the relation and do some front end manipulation, is there any way by which I can get only 10 required tuples from the relation Ha