Loading

Oracle 中repalce() 函数的使用

场景 : 将库中某一列值中的‘-’ 去掉

语句:update GM_SEAL_APPLY t set t.apply_no =replace((select a.apply_no from GM_SEAL_APPLY a where a.apply_no=t.apply_no) , '-' , '' ) ;

posted @ 2020-02-27 11:34  青岑  阅读(406)  评论(0编辑  收藏  举报