translate函数:
1 select translate('ab23cd1', 2 '.0123456789' || 'ab23cd1', 3 '.0123456789') 4 from dual
截图:
translate函数:
1 select translate('ab23cd1', 2 '.0123456789' || 'ab23cd1', 3 '.0123456789') 4 from dual
截图:
转载于:https://www.cnblogs.com/wangfeihu/p/5808996.html