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

[sql]  view plain  copy select * from 表名 where 某列 like '%[吖-座]%'      select * from 表名 where 某列 like '%[a-z]%'
相關文章
相關標籤/搜索