Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: help me to improve sql, plz
If you had actually provided some SQL someone could. What is this?
Are you selecting any fields? Doing any aggregations? Using any functions? Linking an unending list of tables? Connecting the tables via what fields?
Daniel Morgan
Alexei Fedotov wrote:
> 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 - 17:02:57 CST
![]() |
![]() |