字段的格式为2023-02-06 00:00:00.000,如果想只将年做为参数,应该定义?
select * from b where left(rq,4)='${rq}'
这个是时间格式吧,可以用year取,也可以用convert转换成字符串后再用left取年