1.去空格

update hyl_temp02 --去空格
set acc_nbr=replace(acc_nbr,' ','');
commit;

2.去回车

update hyl_temp02 --去回车
set acc_nbr=trim(replace(replace(acc_nbr,char(13),''),char(10),''));
commit;

 

posted on 2018-04-20 10:55  鱼若有喵  阅读(1668)  评论(1编辑  收藏  举报