Viewing 4 posts - 61 through 64 (of 64 total)
alright,here u go
declare @temp5 table
(id int,
ThruDate datetime,
total)
result of temp5
1 2010-09-30 00:00:00.000 20
1 2009-12-31 00:00:00.000 ...
June 5, 2012 at 2:16 pm
thanks everybody.
i have 1 more que
my result set should be like this
account fromdate total bench1 bench2
1 09/30/2010...
June 5, 2012 at 1:18 pm
ok.
what i want is you see the dates in bold is repeating at the end.
so i want 1 section from 09/30/2010 to 12/31/2010
and another 08/31/2008 to 12/31/2010
but in the...
June 5, 2012 at 11:16 am
thanks but what if i get data like this,
2010-09-30 00:00:00.0002010-10-31 00:00:00.000
2010-10-31 00:00:00.0002010-11-30 00:00:00.000
2010-11-30 00:00:00.0002010-12-31 00:00:00.000
2008-12-31 00:00:00.0002009-01-31 00:00:00.000
2009-01-31 00:00:00.0002009-02-28 00:00:00.000
2009-02-28 00:00:00.0002009-03-31 00:00:00.000
2009-03-31 00:00:00.0002009-04-30 00:00:00.000
2009-04-30 00:00:00.0002009-05-31 00:00:00.000
2009-05-31 00:00:00.0002009-06-30 00:00:00.000
2009-06-30 00:00:00.0002009-07-01 00:00:00.000
2009-07-01 00:00:00.0002009-07-02...
June 5, 2012 at 10:32 am
Viewing 4 posts - 61 through 64 (of 64 total)