例如,查Access数据库中时间在2012-04-04这一天的数据
CDATE
麻烦能否写详细一些,谢谢了
你是要查一张表的还是整个库里面这一天的数据啊
一张表
" where DateT >= #" + datetime + " 00:00:00# and DateT <= #" + datetime + " 23:59:59#"
select * from Table where DT=sysdate
要查询2012-04-04的,建议用DateDiff函数,拼接SQL不安全