テーブルからすべての行を取得するようなことをしようとしています
where date >='2012-05-05' and date<='2012-07-20'
"group by"
MySQL に行を返してもらいたい
2012-05-05 to 2012-06-05(incerement 1 month)
2012-06-06 to 2012-07-06(increment 1` month)
and remaining 2012-07-07 to 2012-07-20 (group the remaining 14 days)
同じことを達成するためにクエリをどのように書くことができますか?
ありがとうございました...