Hi - I have a query like this:
This query is failing bcos of the select query being used in the operand of the LIKE predicate.
Anyone have an idea how to workaround this?
Thanks,
Maitreyi
Code:
REPORT_TYPES LIKE '%ABC - '||(SELECT RES.RESOURCE_TYPE FROM TBL_REPORT REPT, TBL_RESOURCE_REQUEST RES WHERE REPT.REPORT_ID = ' ' AND REPT.STATUS = 'A' AND RES.RESOURCE_REQUEST_ID = REPT.GLOBAL_REPORT_ID)||'%'
Anyone have an idea how to workaround this?
Thanks,
Maitreyi