jasonhuibers
Programmer
I have a Date1 and a Date2. I need to break it down as the following expected outcome using SQL:
Date1 Date2
08/12/2012 10/7/2012
Result:
Month Num Days
Aug, 2012 19
Sept, 2012 30
Oct, 2012 7
Date1 Date2
08/12/2012 10/7/2012
Result:
Month Num Days
Aug, 2012 19
Sept, 2012 30
Oct, 2012 7