oracle如何去除字符串中数字

如题所述

第1个回答  2017-09-05
select replace(translate('abc1234def678add590a','0123456789',' '),' ','') from dual;

本回答被提问者采纳
相似回答