主题:如何提出两个时间之间的所有记录
如何提出两个时间之间的所有记录
start_time=2007-11-21 12:10:1
end_time=2007-11-25 12:10:1
sql="select infotime from news where infotime>"&cdate(start_time)&" and infotime<"&cdate(end_time)
这样写不成功
start_time=2007-11-21 12:10:1
end_time=2007-11-25 12:10:1
sql="select infotime from news where infotime>"&cdate(start_time)&" and infotime<"&cdate(end_time)
这样写不成功