天天看点

Oracle前端传过来一个日期,需求:查询这个月下的数据库中所有数据,并且模糊查询

动态sql自行添加
select * from  user  where to_char(字段,"yyyy/mm")='${参数}' and name like '%' || #{参数} || '%'