All,
I'm an experienced MS Sql developer and just started working with Oracle. Is there some funkiness with using the Join clause? I get the error "SQL Command not properly ended" when I try to execute:
We have a mixture of 10g & 8i databases here and this will run in the 8i databases and not in the 10g. As I said I am new to Oracle can anyone shed light on this for me?
Thanks
-- Joe --
Journeyman -- The Order of the Seekers of Truth and Penitence
I'm an experienced MS Sql developer and just started working with Oracle. Is there some funkiness with using the Join clause? I get the error "SQL Command not properly ended" when I try to execute:
Code:
Select *
From Session S
Inner Join Finding F on F.Log_Key = S.Log_Key
Thanks
-- Joe --
Journeyman -- The Order of the Seekers of Truth and Penitence