select * from 表名 where REGEXP_LIKE(列名,'[^\w]')
UNICODE(列名) < 19968 OR UNICODE(列名) > 40869
where REGEXP_LIKE(列名,'^([\u4e00-\u9fa5]+)$');