to identify '¿' for this symbol
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