nvl()与regexp_replace()

NVL(字段,0):将空值转化为0

regexp_replace(字段, ‘[1-9]‘ ,'') is not null; 将数字转化为0

 

posted @ 2017-06-27 12:40  快乐的小太阳  阅读(488)  评论(0编辑  收藏  举报