oracle的查詢語句中判斷字符是不是全數字

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