Mysql : Count Posts and Group by date
Posted
by Oguz
on Stack Overflow
See other posts from Stack Overflow
or by Oguz
Published on 2010-05-14T04:03:40Z
Indexed on
2010/05/14
4:04 UTC
Read the original article
Hit count: 337
Hello , I am not very good at sql , generally I use php to do my complicated tasks , But in this task , there are lots of data , so using php for counting posts is very slow. So I want a sql which counts post by date , but my date column in table is php's time stamp.I will crate post number x date chart
© Stack Overflow or respective owner