在Access中可以这样写:
select * from data where 开始时间=#10/14/2002 10:22:00#

select * from data where Format('yyyy-mm-dd hh:nn:ss',开始时间)='2002-10-14 10:22:00'