/ Published in: SQL
Expand |
Embed | Plain Text
SELECT date_format(date_submitted,'%Y%m%d'),count(*) FROM mantis_bug_table WHERE project_id =6 AND date_submitted > '2005-02-01' GROUP BY date_format(date_submitted,'%Y%m%d')
You need to login to post a comment.
