Forum Discussion
rjudd
3 years agoNew Member
Escape character in source query?
Hi, I have a SQL query that works perfectly in Oracle SQL Developer. Here is a condition I applied in SQL to eliminate a batch of extraneous rows. and upper(ou_code) not like ('A\_%') In order for t...
lc700x
3 years agoNew Member
I have tried this kind of SQL query as well, you may use the '|' or other characters instead of '\' for the escape. It works