eflyingfish 发布于104月前 1答/1849阅
EovaExp类:
exp = exp.trim().toLowerCase()
将SQL转成小写:
原SQL:select count(*) from eova_field where object_code = 'AAA' ;
转换后的SQL:select count(*) from eova_field where object_code = 'aaa' ;
Oracle为大小写敏感的