update ima_file set imaud01=replace(imaud01,chr(10),'') where imaud01 like '
%'
--此代码用空字符替代imaud01里的换行符(只作用于第一行为空白行的料件 0.1HZJM共276笔)
update ima_file set imaud01=trim(imaud01)where ima01=ima01
--去除旧电脑码两头的空字符
update ima_file set imaud01=upper (imaud01)where ima01=ima01
--执行小写转大写