要求:利用正则表达式获取某字符串中的所有数字。

实现:select REGEXP_REPLACE('mak是123号234','[^0-9]','') from dual;

posted on 2012-05-02 16:52  马侃  阅读(17047)  评论(0编辑  收藏  举报