I have a problem. When I have this code SELECT FIRST_NAME FROM CONTACT WHERE FIRST_NAME LIKE '%ñ%' why is it returning all FIRST_NAME that has n without ñ. Im expecting only those that have ñ. Thanks in advance.
I have a problem. When I have this code SELECT FIRST_NAME FROM CONTACT WHERE
Share
1 Answer