sql 查找一个月内数据

SELECT * FROM [bookinfo] WHERE addtime> dateadd(month, - 1, getdate())

原文地址:https://www.cnblogs.com/codeloves/p/2869736.html