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:
00594283
Vues:
37
Hallo,
what means that to the RIGHT JOIN SYNTAX:
SELECT * FROM dataA, DataFirma where dataA.ID(+) = dataFIRMA.FIRMID

It makes no difference
SELECT * FROM relACP RIGHT JOIN relFIRMA ON relACP.MNR = relFIRMA.FIRMANR
or
SELECT * FROM relACP RIGHT JOIN relFIRMA ON relACP.MNR = relFIRMA.FIRMANR
the odbc error is the same:
sql command not properly ended.

the database is oracle 1.6

could it be that oracle 1.6 not supportet the "LEFT RIGHT JOIN" Syntax ?

achim
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform