Viewing 3 posts - 1 through 3 (of 3 total)
danawexler (6/10/2013)
June 26, 2013 at 3:06 pm
Krishna1 (6/25/2013)
I have folloing query
select sum(yy) sumyy, 'summary line' xx
from tablea
where somedate_column < @startdate_parameter
union
select yy, xx
from tablea
where somedate_column between @startdate_parameter and @enddate_parameter
Is there a better way to achive this...
June 26, 2013 at 2:58 pm
It depends on a few factors. The biggest factor would be salary. Most likely if you make the switch to BI you would be coming in entry level even though...
May 28, 2013 at 12:15 pm
Viewing 3 posts - 1 through 3 (of 3 total)