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 =...
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 = contsupp_1.linkacct...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.