Microsoft
Software
Hardware
Network
Question : Group By Min(date) and Max(date)
How do I return the Min(date) and Max(Date) for a set of records. The date is as follows:
ID From_Date To_Date Dollar Number Code
3119 7/16/2009 8/14/2009 31854.86 0 001
3119 8/14/2009 9/15/2009 35150.32 0 001
The query should return the ID, Min(date), Max(date), Sum(dollars), Sum(numbers), Code. The result should look like this:
ID From_Date To_Date Dollar Number Code
3119 7/16/2009 9/15/2009 67005.18 0 001
Answer : Group By Min(date) and Max(date)
ed_j, i don't know what your where clause should be, but the rest could be...
select ID, min(From_Date) From_Date, max(To_Date) To_Date,
sum(Dollar) Dollar, sum(Number) Number, Code
from tablename
where
group by ID, Code
Random Solutions
How to Create an On Key Press Event in Visual Studio 2005
SQL SPLIT Function Clarification
FSMO Roles
CToolBar derived Toolbar repositioning
How to append data from a varchar column to a text column
In Access 2007 what expression would update a value by simply removing all underscores?
How to get Full XML node name using C#
CRM 4.0: issues pre-populating a Currency lookup and money field ("A currency is required if a value exists in a money field")
Extract sender,subject,priority,at<wbr />tachment from ms outlook using vba
Error Loading sshnas.dll