Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not properly ended
Message
From
14/12/2001 03:13:30
 
General information
Forum:
Oracle
Category:
PL/SQL
Miscellaneous
Thread ID:
00594066
Message ID:
00594283
Views:
32
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform