sql server查询或更新的条件中不为汉字的表述
select distinct(SF_CLFL) from sf_jlb where SF_CLFL is not null and sf_clfl<>'' and UNICODE(sf_clfl) not BETWEEN 19968 AND 40869;
select distinct(SF_CLFL) from sf_jlb where SF_CLFL is not null and sf_clfl<>'' and UNICODE(sf_clfl) not BETWEEN 19968 AND 40869;