oracle 提取手机号码

前端之家收集整理的这篇文章主要介绍了oracle 提取手机号码前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

oracle 提取手机号码

select dh,regexp_replace(dh,'.*(1[[:digit:]]{10}).*','\1') from table where regexp_like(dh,'.*(1[[:digit:]]{10}).*')
原文链接:https://www.f2er.com/oracle/210777.html

猜你在找的Oracle相关文章