sql = "SELECT * FROM Statistics where stitle='"&action&"' and (DATEDIFF('d',stime, #"& startdate & "#) <=0 AND
DATEDIFF('d', stime, #" & enddate & "#)>=0) order by sid desc"
asp查找数据库里日期在某段时间的…
阅读 52
2022-07-27
sql = "SELECT * FROM Statistics where stitle='"&action&"' and (DATEDIFF('d',stime, #"& startdate & "#) <=0 AND
DATEDIFF('d', stime, #" & enddate & "#)>=0) order by sid desc"
相关推荐
精彩评论(0)