欢迎投稿

今日深度:

oracle获取某一字段字符串长度

oracle获取某一字段字符串长度



用length方法

select t.* from tp_area t where substr(t.area_id,0,2)='03' and length(t.area_id)>2


www.htsjk.Com true http://www.htsjk.com/shujukunews/268.html NewsArticle oracle获取某一字段字符串长度 用length方法 select t.* from tp_area t where substr(t.area_id,0,2)='03' and length(t.area_id)2...
相关文章
    暂无相关文章
评论暂时关闭