Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么以下查询返回一行:
select * from ( select 'th' As Test1) as Test where Test1 like '%þ%'
我正在使用以下排序规则:Latin1_General_CI_AS
Latin1_General_CI_AS
þ被评估为LIKE th。
þ
LIKE th
您的所有问题都在 Wikipedia的此链接上得到解答。th在您使用的排序规则中,Thorn 字母和有向字母被认为是相同的。它的声音类似于希腊的 theta 字符θ。
th
θ