Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: SQL parameter with join?
You need to quote your parameter and use appropriate wildcarding, but it
should work. Look at indexing of a.f1 and b.f1 for performance.
"gg200492" <gg200492_at_ratp.fr> wrote in message
news:3AD477EC.B240F21E_at_ratp.fr...
>
> Can I have a parameter in the where clause when i have already a join on
> this field?
> how to do else?it doesn't work quickly
>
> ex:
>
> select a.f1,b.f2
> from a,b
> where a.f1=b.f1
> and a.f1 like ¶meter1;
>
Received on Wed Apr 11 2001 - 12:17:35 CDT
![]() |
![]() |