Getting a 'missing or illegal' character error using the escape clause
Hi,
I have been using this query for awhile in my trigger and it works fine until now.
SELECT count(*) from TABLE where NAME like NEW.ID || '\_%' escape '\'
For one of the NEW.ID values, it doesn't exist on the table and I get this error:
ORA-01424: missing or illegal character following the escape character
Thanks.
Edited by: Samantha on Mar 24, 2011 4:39 PM