Hello,
I am writing a pass-through query for an Oracle database and am having trouble with some simple SQL. Even after all of the research I have done, I am clueless as to why I am getting this error. Below is the code. Does anyone know what's going on?
SELECT EWORK.EFOLDER.EFOLDERNAME, METASTORM.GI.TRACKER.V3.SAPPTYPE, METASTORM.GI.TRACKER.V3.SPLANID, METASTORM.GI.TRACKER.V3.SGROUPNAME, METASTORM.GI.TRACKER.V3.DEFFECTIVEDATE
FROM METASTORM.GI.TRACKER.V3, EWORK.EFOLDER;
Thanks,
Erich
I am writing a pass-through query for an Oracle database and am having trouble with some simple SQL. Even after all of the research I have done, I am clueless as to why I am getting this error. Below is the code. Does anyone know what's going on?
SELECT EWORK.EFOLDER.EFOLDERNAME, METASTORM.GI.TRACKER.V3.SAPPTYPE, METASTORM.GI.TRACKER.V3.SPLANID, METASTORM.GI.TRACKER.V3.SGROUPNAME, METASTORM.GI.TRACKER.V3.DEFFECTIVEDATE
FROM METASTORM.GI.TRACKER.V3, EWORK.EFOLDER;
Thanks,
Erich