Yes, you found the original error. This query was assigned to a string variable as part of a piece of javascript. I'm building reports in Eclipse BIRT 2.3.2. And I was testing the SQL and neglected to remove some javascript variables that dynamically build the where clause. And how sad that...
Mufasa,
I found an error above, sorry I know it's somewhat convoluted. Here's my other question. Why am I getting an error "not a valid month" on the following?
select pm.nextdate
from pm
where pm.nextdate >= '12/1/2010'
and pm.nextdate <= '12/31/2010'
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...
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.