select * from pop where year(pdate)=年份 and month(pdate)>1 and month(pdate)<3
select * from Mall_Coupons where year(StartDate)=2011 and month(StartDate)>12 and month(StartDate)<2
select * from pop where year(pdate)=年份 and month(pdate)>1 and month(pdate)<3
select * from Mall_Coupons where year(StartDate)=2011 and month(StartDate)>12 and month(StartDate)<2