"michel rosa" <mr...@geomatic.ch> wrote:
 
> I get extras rows for 2010-03-02
 
I'm not sure I understand your concern.
Is it that the result set includes these rows?:
 
>   to_char   | cost | count 
> ------------+------+-------
>  2010-03-02 |  2.0 |     7
>  2010-03-02 |  3.0 |     3
 
What do you get from?:
 
select * from evadeo.tileshop 
where status=2 
and source=3
and upload_date = '2010-03-02' 
and cost > 1.5;
 
-Kevin

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to