我对日期条件的 select queryI(below) 有疑问。查询没有给出正确的结果,我不知道为什么?
请帮助我提前谢谢。数据库中的 Created_Date 字段的值介于 2013-01-01 到 2013-01-31 之间
SELECT * FROM (`cms_product`) WHERE `cms_product`.`Created_Date` >= 2013-01-01
and `cms_product`.`Created_Date` <= 2013-01-31 ;
Created_Date 字段位于日期时间中。