How to give group by in the select query

  • Thread starter Thread starter subbu
  • Start date Start date
S

subbu

Hi,
I have the requirement to sum up the values for each
month.How to give the criteria for summation and group by

regds
subbu
 
Select ID, Sum(Value) From TableName Group by ID

--
HTH,

Steve Clark, Access MVP
FMS, Inc.
Professional Solutions Group
http://www.FMSInc.com
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Is your Access database too slow?
Are you ready to upgrade to SQL Server?
Contact us for optimization and/or upsizing!
http://www.FMSInc.com/consulting
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 
Back
Top