在oracle中判斷某個字段是否含有字母

select * from taccount t where  regexp_like(t.vc_code, '[a-zA-Z]');  
相關文章
相關標籤/搜索