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

Click here to load this message in the networking platform