Why does the following query return one row:
select * from (
select 'th' As Test1) as Test
where Test1 like '%þ%'
I am using the following collation: Latin1_General_CI_AS
þ is being evaluated as LIKE th.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
All your question are answered on this link at Wikipedia. The Thorn letter and the digraph
thare considered to be the same in the collation you’re using. It’s similar in sound to the Greek theta characterθ.