Re: division by zero issue

From: Greg Donald <destiney(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: division by zero issue
Date: 2004-09-15 19:10:45
Message-ID: ea9da26c04091512107de204ae@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 15 Sep 2004 12:54:07 -0600, Guy Fraser <guy(at)incentre(dot)net> wrote:
> This might work better.

Thanks, I got it working finally. It wouldn't go without any fields
in the second SELECT, but I added them and now it works.

Where can I find docs for the 'as intermediate' part of this query. I
never heard of it and can't seem to find it in the manual other than
it's listing in the SQL keywords table. I see what it does but still
want to read the docs about it.

--
Greg Donald
http://gdconsultants.com/
http://destiney.com/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marc Slemko 2004-09-15 19:13:54 Re: disk performance benchmarks
Previous Message Guy Fraser 2004-09-15 18:54:07 Re: division by zero issue