On Mon, Aug 13, 2001 at 03:25:59PM +0930, Daniel Falkenberg wrote:
> The following sub will create a hyperlink when the amount of jobs in my
> PostgreSQL database reaches over 10 jobs. The hyperlink is a Perl sub which
> shows the next amount of jobs in the database. I want to only show the next
> 10 and then the next 10 and for arguments sake the next 3.
You asked this question some time ago, but I don't see you using any of the
suggested solutions. Is there a reason? Based on the documentation,
PostgreSQL has a "LIMIT count OFFSET offset" syntax, equivalent to the mysql
syntax I suggested, "LIMIT offset, count". Have you tried using it?
Michael
--
Administrator www.shoebox.net
Programmer, System Administrator www.gallanttech.com
--
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]