影音先锋资源在线视频:求asp的数据库的列出比较

来源:百度文库 编辑:高考问答 时间:2024/05/06 07:18:25
数据中有一个表“mdn”,其中里面有一个列是“expireddate”记录着到期的日期。我想通过查找数据库,列出里面所有数据中7天内到期的数据,该怎么办?
set trs=conn.Execute("select * from mdn where DateDiff('d', Now, expireddate)")
上面的语句我只是写了一点,接着的不知道怎么写了?