学习探讨开源和web开发
select * from t where 日期字段名字>DATEADD ( mm, -3, getdate())
//t 是你的表名
现在程序里得到当前时间和3个月前的时间Date nowDate=new Date();Date oldDate=new Date();oldDate.setMonth(oldDate.getMonth()-3);
select * from tab where 日期字段>oldDate and 日期字段<newDate
posted on 2006-09-13 20:24 ericli 阅读(1930) 评论(0) 编辑 收藏 所属分类: SQL
Powered by: BlogJava Copyright © ericli