[求助]关于时间类型字段中数据比较
关于时间类型字段中数据比较,我想删除一周以前的日志 :dim theday,sql
theday=date+7
sql="delete from table_log where datetime < "&theday&"
conn.execute (sql)
response.write "<script language=javascript>alert('一周前评论删除成功!');</script>"
response.end
总是不成功!不知道日期型数据是怎么比较的?