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.
可能重复: 使 Oracle SQL LIKE 查询不区分大小写
我想在忽略大小写的 SQL 语句中进行字符串比较。目前我们使用类似upper(field) like upper(anotherField)的东西。然而,众所周知,这种方法无法通过土耳其测试,不是吗?如何以正确的方式做到这一点?
upper(field) like upper(anotherField)