oracle 查询字段中包含中文汉字
语法一、asciistr(name) like ‘%\%’
例句:select a.* from table a where asciistr(column1) like ‘%\%’
语法二、length(a)!=lengthb(b)
例句:select a.* from table a where lengthb(column1)<> LENGTH(column1)
原文链接:http://www.jxszl.com/biancheng/shujuku/84594.html