最佳答案
我似乎不能从使用 datetime 字符串对 sqlite 数据库的查询中获得可靠的结果,比如:
select *
from table_1
where mydate >= '1/1/2009' and mydate <= '5/5/2009'
如何处理与 sqlite 的日期时间比较?
更新: 字段 mydate 是 DateTime 数据类型