select * from GOODS where trim(GOODS_DELETE) is null and NAME like '%'||#{goods_name}||'%'
MyBatis中SQL模糊查询
最新推荐文章于 2024-01-04 21:30:35 发布
select * from GOODS where trim(GOODS_DELETE) is null and NAME like '%'||#{goods_name}||'%'