Getting the error ORA-00920: invalid relational operator
on the following query. What am I doing wrong?
(select 'Next PM' as pmtype, nvl(pm.location,asset.location) as location, pm.assetnum,
asset.description as assetdescr, pm.pmnum, pm.description, pm.nextdate as pmduedate, pm.jpnum...