Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Not properly ended
Message
 
 
Information générale
Forum:
Oracle
Catégorie:
PL/SQL
Divers
Thread ID:
00594066
Message ID:
00594073
Vues:
32
SELECT * FROM dataA, DataFirma where dataA.ID(+) = dataFIRMA.FIRMID

The (+) goes on the [deficient] table that would have NO child records to match the parent record in the table without the (+). If DataA is the parent table:

SELECT * FROM dataA, DataFirma where dataA.ID = dataFIRMA.FIRMID(+)

>Hallo,
>i make an odbc connection to an oracle 8 database
>the sql statement:
>SELECT * FROM dataA RIGHT JOIN dataFIRMA ON dataA.ID = dataFIRMA.FIRMID
>gives the error:
>
>SQL Command not properly ended.
>
>any ideas ?
>
>tia
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform