Re: how to construct sql - Mailing list pgsql-sql

From Jasen Betts
Subject Re: how to construct sql
Date
Msg-id huaiuk$lp2$1@reversiblemaps.ath.cx
Whole thread Raw
In response to how to construct sql  (Wes James <comptekki@gmail.com>)
List pgsql-sql
On 2010-06-02, Wes James <comptekki@gmail.com> wrote:
> On Wed, Jun 2, 2010 at 10:55 AM, Oliveiros
><oliveiros.cristina@marktest.pt> wrote:
>> Hi,
>> Have you already tried this out?
>>
>> select MAX(page_count_count) - MIN(page_count_count)  from page_count group
>> by page_count_pdate.
>>
>>
>> Best,
>> Oliveiros
>
> Oliveiros,
>
> Thx that mostly works.  I just tried it and on the days there is only
> 1 entry it is 0 since max is the same as min so max - min is 0.  Is
> there a way to take in to account the 1 entry days?

from your original requirement 0 is the correct answer.




pgsql-sql by date:

Previous
From: "A. Kretschmer"
Date:
Subject: Re: sum an alias
Next
From: Wes James
Date:
Subject: Re: sum an alias