Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> [Q] Sum on differents fields

[Q] Sum on differents fields

From: Emmanuel Lecoester <elecoest_at_francemel.com>
Date: Mon, 9 Aug 1999 11:50:22 +0400
Message-ID: <7om824$ic4$1@news.imaginet.fr>


I have 2 tables A and B.
For the moment I have 4 request on them :

select sum (quantite) from A ;
select sum (quantite) from A and B where A.id=B.id and B.mn='O' ;
select sum (quantite) from A and B where A.id=B.id and B.pp='O' ;
select sum (quantite) from A and B where A.id=B.id and B.mp='O' ;

Can I optimized these four requests in one ? (because each request take 30 seconds and I execute them 150 times)

Thanks a lot Received on Mon Aug 09 1999 - 02:50:22 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US