2 messages in com.mysql.lists.mysqlGroup Summary by Month
FromSent OnAttachments
Ed Reed29 Jul 2005 13:31 
Rhino29 Jul 2005 14:30 
Subject:Group Summary by Month
From:Ed Reed (ERe@nearfield.com)
Date:07/29/2005 01:31:22 PM
List:com.mysql.lists.mysql

I have a table that contains all the part number and cost transactions over
time. I wanna get a get the summary cost of each part number for each month. For
example, when I supply a single part number to this query the results should be
something like this.

+----------+----------+ | Month | Cost | +----------+----------+ | Oct 04 | 19521.00 | | Nov 04 | 854.00 | | Dec 04 | 191.00 | | Jan 05 | 7015.00 | | Feb 05 | 21.00 | | Mar 05 | 25.00 | | Apr 05 | 13571.00 | | May 05 | 1015.00 | +----------+----------+

Can anyone point me in a direction to start on this?