select top 5000 * from IncomeRecord    where Income_IsDelete=0   and  Income_AddTime<='2012-1-10 11:15:05' and Income_AddTime>='2012-1-10 11:15:05'这个是调试状态下的SQL语句,发现错误信息是:标准表达式中数据类型不匹配。ACCESS为什么不能使用where Income_AddTime<='2012-1-10 11:15:05' and Income_AddTime>='2012-1-10 11:15:05'
这样的语句?那应该怎么查询?