Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> select
Any idea why this isn't working?
SQL> set escape on
SQL> select * from go_tbl where name like '%\_%';
ID NAME
---------- -------------------------------- 1 a_b 1 b_cd 1 a 1 b
Dave Turner Received on Tue Nov 14 2000 - 16:51:18 CST