日期:2014-05-18 浏览次数:20416 次
where 列>='2007-12-01' and 列<'2008-03-01' ------解决方案--------------------
where 列>='2007-12-01' and 列<dateadd('2008-03-01',day,1) ------解决方案--------------------
Where YourDate Between '2007-12-01' And '2008-03-01'