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


用length方法

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


原文地址:https://www.cnblogs.com/keanuyaoo/p/3341778.html