Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Oracle inner join
Message
From
07/12/2001 11:03:25
 
 
To
07/12/2001 10:55:49
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00591176
Message ID:
00591182
Views:
24
The (+) sign goes on the deficient side of the outer join in the WHERE clause.

Oracle does not use the LEFT OUTER join so the first part of your
query would translate to:
FROM  persons a, functions b
WHERE b.id = a.function_Id(+)
>Hallo,
>somewhere can tell me the right syntax for the follow SQL Statement in
>ORACLE 7 (Inner JOIN -> (+) )
>
>
>SELECT a.*, b.function, c.department
>from persons a
>LEFT OUTER JOIN functions b
>ON b.ID =a.function_Id
>LEFT OUTER JOIN departments c
>ON c.ID =a.department_id
>
>
>TIA
>achim huber
Previous
Reply
Map
View

Click here to load this message in the networking platform