Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not properly ended
Message
 
 
To
14/12/2001 11:22:11
General information
Forum:
Oracle
Category:
PL/SQL
Miscellaneous
Thread ID:
00594066
Message ID:
00594472
Views:
23
Did you try what I gave you? Oracle does not nor ever has supported [to my knowledge] the RIGHT JOIN or LEFT JOIN syntax in a SQL statement. You have to use the (+) to do that.

SELECT * FROM dataACP, dataFIRM WHERE dataACP.MNR = dataFIRM.FIRMNR(+) and dataFIRM.kategor='1'

>Sorry, i meant 8.1.6
>
>i use the syntax of the ansi standard:
>
>SELECT * FROM dataACP RIGHT JOIN dataFIRM ON dataACP.MNR = dataFIRM.FIRMNR WHERE dataFIRM.kategor='1')
>
>The syntax seems right, perhaps 8.1.6 needs the "old" syntax ? (+)
>achim
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform