我想应该在里加上一个限定范围什么的比如说日期A>日期B或是BETWEEN a AND b可以试试看
oo
select * from table where f_date between '20090610' and '20090619' order by f_date;