春夏秋寒每个季节用0.25 表示
这样
jxzq_code name
2011.00 2011春季
2011.25 2011暑假
2011.50 2011秋季
2011.75 2011 寒假
2012.00 2012 春季
2012.25 2012 暑假
select * from jxzq where jxzq_code>2011.00 and jxzq_code<2011.75 2011春季-2011 寒假
select * from jxzq where jxzq_code>2011.00 and jxzq_code<2012.25 2011春季-2012 暑假