"select * from lt_Adminlog where time = #"&request(requests)&"# order by time desc"
这么写怎么不行找不到数据
数据库里存的数据是2005-11-2 13:05:10
我提交的格式是2005-11-02 想 把2005-11-2这样的数据都找出来该怎么写语句?
...全文
1145打赏收藏
求个sql语句 按照时间查询?
access数据库 request(requess)的数值是2005-11-02 "select * from lt_Adminlog where time = #"&request(requests)&"# order by time desc" 这么写怎么不行找不到数据 数据库里存的数据是2005-11-2 13:05:10 我提交的格式是2005-11-02 想 把2005-11-2这样的数据都找出来该怎么写语句?