22,302
社区成员




select policyno,riskno,startdate,enddate
from prpcmian
where convert(varchar(10),startdate,120) between '2007-01-01' and '2007-01-31'
select policyno,riskno,startdate,enddate
from prpcmian
where startdate between '2007-01-01' and '2007-01-31'
select policyno,riskno,startdate,enddate
from prpcmian
where startdate between '2007-1-1' and '2007-1-31'