retrieving specified rows - Mailing list pgsql-novice

From kadil
Subject retrieving specified rows
Date
Msg-id 1145595563.6350.4.camel@localhost.localdomain
Whole thread Raw
Responses Re: retrieving specified rows  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
List pgsql-novice
Does anyone have an elegant way (sql) to query:

select (various columns) from (several joined tables) where
(resultset_row_numbers is between specified_first_row and
specified_last_row)

This would be really handy

Thanks,
kim


pgsql-novice by date:

Previous
From: Ketema Harris
Date:
Subject: Constraining future rows based on past rows
Next
From: "A. Kretschmer"
Date:
Subject: Re: retrieving specified rows