双引号后边加单引号可以理解为拼接,比如
select * from student a where a.code ="2022"'03'; 相当于 select * from student a where a.code ="202203"