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

Home -> Community -> Usenet -> c.d.o.server -> Re: SQL Group By - Tooooo Slow

Re: SQL Group By - Tooooo Slow

From: LOU BRINK <loubrink_at_aol.com>
Date: 1997/05/21
Message-ID: <19970522013000.VAA04955@ladder02.news.aol.com>#1/1

You might try adding the redundant join condition, since all of your arithmetic operations are between b and c:

where ...

   b.col1 = c.col1 Received on Wed May 21 1997 - 00:00:00 CDT

Original text of this message

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