Viewing 2 posts - 1 through 3 (of 3 total)
Never mind, I have resolved the problem. And sorry to disappoint but this was not a homework assignment!
SELECT
A.name As Name,
(Select Min(date)...
October 7, 2011 at 2:53 pm
#1391984
This is what I have to sum the columns, which is not a problem. The problem lies with getting the min and max dates for each column for where data...
October 7, 2011 at 12:24 pm
#1391919