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 -> help me to improve sql, plz

help me to improve sql, plz

From: Alexei Fedotov <af_at_ipclearingboard.com>
Date: 20 Feb 2002 06:41:09 -0800
Message-ID: <e6d56cc2.0202200641.4ebf8cfe@posting.google.com>


could you help me to improve sql

select
...

from ir, gw, ...
where
...

  and (ir.figw_src in (select figw_id from gw) or ir.figw_src is null)   and ir.figw_src = gw.figw_id (+) Received on Wed Feb 20 2002 - 08:41:09 CST

Original text of this message

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