0
点赞
收藏
分享

微信扫一扫

asp查找数据库里日期在某段时间的…

星河出山 2022-07-27 阅读 52

  sql = "SELECT * FROM Statistics where stitle='"&action&"' and (DATEDIFF('d',stime, #"& startdate & "#) <=0 AND 
DATEDIFF('d', stime, #" & enddate & "#)>=0) order by sid desc"


举报

相关推荐

0 条评论