MySQL的一些技巧
时间:2011-03-01 来源:edwardlost
mysql> select date(ctime) as day, count(*) from league_apply where ctime >= '2011-02-15' and ctime <= '2011-02-28' group by day;
相关阅读 更多 +
排行榜 更多 +
时间:2011-03-01 来源:edwardlost
mysql> select date(ctime) as day, count(*) from league_apply where ctime >= '2011-02-15' and ctime <= '2011-02-28' group by day;