Hi, I've got a serious problem with table aliases at JOIN.
For example, the query SELECT t175.dfd, t178.literal FROM t175 join t178 as proba ON t178.fromobjectid = t175.objectid; results in FAILURE: [-5015] (at 55): Missing keyword:ON It doesn't work this way. Is there a magic switch, which could make it work? What could I do get around this problem without rewriting all sql queries? We've got a lot of them. :( Thanks, Agoston Horvath _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
