retrieving specified rows

From: kadil <ksadil(at)bigpond(dot)net(dot)au>
To: pgsql-novice(at)postgresql(dot)org
Subject: retrieving specified rows
Date: 2006-04-21 04:59:23
Message-ID: 1145595563.6350.4.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message A. Kretschmer 2006-04-21 08:27:17 Re: retrieving specified rows
Previous Message Ketema Harris 2006-04-20 21:16:54 Constraining future rows based on past rows