发布网友 发布时间:2022-04-23 22:41
共3个回答
热心网友 时间:2023-10-12 12:50
可以这样写:SELECT * from 图书表名 where now()- 图书表名.出版时间>3,前提是出版时间的类型必须是date
热心网友 时间:2023-10-12 12:51
select * from 图书表 where datediff(year, 出版时间,getdate()) >3
热心网友 时间:2023-10-12 12:51
万一闰年怎么办?3年前的今天没有这个日期