REGEXP_LIKE Predicate
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
SELECT EMPNO FROM EMPLOYEE WHERE REGEXP_LIKE(LASTNAME,'luc+?hes+?i','i');SELECT EMPNO FROM EMPLOYEE WHERE /*** MSC-ERROR - MSCEWI1021 - REGEXP_LIKE NOT SUPPORTED ***/
PUBLIC.REGEXP_LIKE_UDF('REGEXP_LIKE(LASTNAME,\'luc+?hes+?i\',\'i\')');