正则表达式

当前位置:正则表达式 > oracle

oracle正则表达式匹配数字

select * from scott.salary_2020 where regexp_like(income,'^-?([[:digit:]]*.[[:digit:]]*)$');
select * from scott.salary_2020 where regexp_like(income,'^-?(\d*.\d*)$');
select * from scott.salary_2020 where regexp_like(income,'^-?([0-9]*.[0-9]*)$');
 

相关文章
苏ICP备2022026517号-2  |   苏公网安备 32081202000316号
淮安先皓网络科技有限公司 © 版权所有  联系我们