在oracle中判断某个字段是否含有字母

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