SQL 语句 时间问题
我想从数据库中提取近三天的记录,用了下面的语句,一直提示出错rs.open "select * from in_goods where gds_addtime between "&now()&"and"&(now()-(0000-00-03 0:46:58))&"order by gds_addtime desc",conn,1,3
rs.open "select * from in_goods where gds_addtime between "&now()&"and"&(now()-3)&"order by gds_addtime desc",conn,1,3
谢谢各位指点一下 应该怎样写呢