select count(*), monthname(yourfield)
from yourtable
where year = '2003'
group by monthname(yourfield)

----- Original Message ----- 
From: "Scott Haneda" <[EMAIL PROTECTED]>
To: "MySql" <[EMAIL PROTECTED]>
Sent: Wednesday, August 20, 2003 12:38 PM
Subject: month by month count


I need to generate record counts for each month in a year, just one year at
a time, but a full year at a glance.

I am thinking 12 hits to the DB is perhaps not the most idea way to do it,
is there a way to rip this out in one go?
-- 
-------------------------------------------------------------
Scott Haneda                                Tel: 415.898.2602
http://www.newgeo.com                       Fax: 313.557.5052
[EMAIL PROTECTED]                            Novato, CA U.S.A.


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to