oracle 特殊符号替换删除处理

1 获取ascii码

select ascii('特殊字符') from dual

 

2 替换

update table set testfield= replace(testfield,chr(ascii码),'') where 查询条件

posted @ 2018-02-01 10:44  何良  阅读(522)  评论(0编辑  收藏  举报
如果觉得老弟写的还可以,帮忙点个赞,谢谢