"景先生毕设|www.jxszl.com

oracle 查询字段中包含中文汉字

2022-12-21 13:31编辑: www.jxszl.com景先生毕设
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