Sql查询某个字段是否包含小写字母

SELECT * from student where username COLLATE Chinese_PRC_CS_AS LIKE '%[abcdefghijklmnopqrstuvwxyz]%'

posted @ 2019-04-03 16:52  zhaogaojian  阅读(6210)  评论(0编辑  收藏  举报