使用转义字符来进行模糊查询
sql语句例子
select m.* from md_measurepoint m where m.workshopid = \'ORG_202005210024\'and m.formula not like \'%ZYJQ/_%\' ESCAPE \'/\';
select m.* from md_measurepoint m where m.workshopid = \'ORG_202005210024\'and m.formula not like \'%ZYJQ/_%\' ESCAPE \'/\';