SQL判斷某列中是否包含中文字符

SQL判斷某列中是否包含中文字符、英文字符、純數字 轉自:http://www.cnblogs.com/duwolfnet/articles/5456418.html 1、包含中文字符html select * from 表名 where 列名 like '%[吖-座]%'post 2、包含英文字符url select * from 表名 where 列名 like '%[a-z]%' htm 3
相關文章
相關標籤/搜索