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

select * from MES_MACHINE_RECORD t where length(t.bar_code2)<10 ;

猜你喜欢

转载自www.cnblogs.com/it-noob/p/9773634.html