查询小写的值

SELECT * FROM my_table 
WHERE UPPER(some_field) != some_field
原文地址:https://www.cnblogs.com/kakaisgood/p/8622481.html