select *
  from (select 'abcdef' aa from dual
         union all
 select 'abc这是什么de' aa from dual)
 where aa <> CONVERT(aa, 'US7ASCII', 'ZHS16GBK');

 

aa

--------
abc这是什么de

posted on 2011-01-30 14:53  咸鱼大粥  阅读(253)  评论(0编辑  收藏  举报