"Wm.A.Stafford" <[EMAIL PROTECTED]> writes: > ... is there a standard PostgreSQL way to select a > 'block' of rows from a result set based on row number?
LIMIT/OFFSET might be what you are looking for --- it's certainly far less klugy than a temporary sequence. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly