Hi,
I'm not familiar with the finer points of oracle but I am getting the following error :
ORA-00933: SQL command not properly ended
in the following sql statement:
select contsupp.*,contsupp_1.contsupref
from contsupp left join contsupp as contsupp_1 on contsupp.recid =...