oracle查询字段大于指定长度的数据

select * from MES_MACHINE_RECORD t where length(t.bar_code2)<10 ;
原文地址:https://www.cnblogs.com/wangzh1guo/p/9773634.html