Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

to identify '¿' for this symbol

va44725815Apr 8 2008 — edited Apr 10 2008
Hi,
I am using 10g and trying to seek for this record in my data but my query does not work. I have this sign in my data but my query shows 0 records.

SELECT ADDRESS
FROM a
WHERE ADDRESS LIKE '%'|| CHR(49855) ||'%'

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 8 2008
Added on Apr 8 2008
6 comments
3,074 views