Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle join syntax
Monty wrote:
> 10.1.0.2, Windows 2000
>
> I am migrating a customer service application from Access to Oracle. I
> cannot translate the join syntax of Access. Can someone translate this
> to Oracle please using (+).
>
> Monty
>
>
> SELECT addrs.ID, cust.*
> FROM (addrs INNER JOIN cust ON addrs.ID = cust.ID) INNER JOIN operators
> ON cust.updatedBy = operators.ID WHERE addrs.Name LIKE '%IBM%';
>
Your version understands ANSI Join syntax, so it should not
be necessary to translate
-- Regards, Frank van Bortel Top-posting is one way to shut me up...Received on Wed Oct 12 2005 - 14:15:42 CDT
![]() |
![]() |