如利用access中的timestamp字段做查询条件(50分)

  • 主题发起人 主题发起人 NewHuman
  • 开始时间 开始时间
N

NewHuman

Unregistered / Unconfirmed
GUEST, unregistred user!
我要一个时间段为条件来进行检索,但是在access数据库中我试了几种方法都没成功
1.select * from ncu_alarm where time>'' and time<''
2.select * from ncu_alarm where time>"" and time<"" 都有语法错误
format 函数没有使用成功
 
用参数查吧,然后在给参数赋值
 
在access中是用#
 
[Time]试一下
 
接受答案了.
 
后退
顶部