`
zybing
  • 浏览: 447027 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

查询某个字段都是字母

阅读更多

select * from (
select  case when regexp_like(bank_account_name,'.([a-z]+|[A-Z])') then bank_account_name else null end  cc
from tb_pay_business tt
where tt.uss_trans_date = '20170124'
) bb
where bb.cc is not null

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics