Fiddler
06-26-2001, 12:57 PM
ok .. this is the query:
SELECT ATTRIBUTES.NAME, COLLECTIONS.NAME
FROM ATTRIBUTES INNER JOIN COLLECTIONS ON ATTRIBUTES.NAME = COLLECTIONS.NAME
WHERE COLLECTIONS.NAME) Is Null
this is the error:
ORA-00933: SQL command not properly ended
This comand works fine if i link the tables through access and run it... it also seems to check out syntactically just fine. Is there something in oracle that makes it interpret inner joins differently?
this sucks.. i've searched everywhere and cant find any answers.. please tell me one of u here is an oracle god http://www.sharkyforums.com/ubb/smile.gif
------------------
-Fiddler
SELECT ATTRIBUTES.NAME, COLLECTIONS.NAME
FROM ATTRIBUTES INNER JOIN COLLECTIONS ON ATTRIBUTES.NAME = COLLECTIONS.NAME
WHERE COLLECTIONS.NAME) Is Null
this is the error:
ORA-00933: SQL command not properly ended
This comand works fine if i link the tables through access and run it... it also seems to check out syntactically just fine. Is there something in oracle that makes it interpret inner joins differently?
this sucks.. i've searched everywhere and cant find any answers.. please tell me one of u here is an oracle god http://www.sharkyforums.com/ubb/smile.gif
------------------
-Fiddler