Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inner join
Message
De
07/12/2001 09:49:36
 
 
Information générale
Forum:
Oracle
Catégorie:
PL/SQL
Titre:
Divers
Thread ID:
00591045
Message ID:
00591120
Vues:
26
>Hallo,
>somewhere can tell me the right syntax for the follow SQL Statement in
ORACLE 7.3 (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



An easy way to get the syntax on a simple query like this is to use the view designer and copy the SQL statement into your code.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform