oracle的查询语句中判断字符是不是全数字

select count(*) from test_msloan ms where regexp_like(ms.loan_id, '^[[:digit:]]+$');
相关文章
相关标签/搜索