trouble with sum - Mailing list pgsql-general

From pete collins
Subject trouble with sum
Date
Msg-id 36F2979B.84E8C894@ocsny.com
Whole thread Raw
List pgsql-general
select sum(P.price), P.product_id, S.sid, S.product_id from products P,
shoppers S
where S.sid='0319199910043810.3.0.12' and P.product_id= S.product_id;

i've used similar commands like this one with other engines with no
trouble

what do i need to do to get it to work with postgre


thanks

pete



pgsql-general by date:

Previous
From: tc lewis
Date:
Subject: Re: [GENERAL] Accessing records w/&
Next
From: Karl DeBisschop
Date:
Subject: database-level locking