trouble with sum

From: pete collins <pcollins(at)ocsny(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: trouble with sum
Date: 1999-03-19 18:29:47
Message-ID: 36F2979B.84E8C894@ocsny.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message Karl DeBisschop 1999-03-19 18:57:53 database-level locking
Previous Message tc lewis 1999-03-19 16:14:09 Re: [GENERAL] Accessing records w/&