Tuesday, 10 September 2013

Calculate Variance in SQL Server

Calculate Variance in SQL Server

I have two months with two values, for example:
July-2013 1838.08
Aug-2013 3500.08
How can I calculate the percentage variance in August compared with July?

No comments:

Post a Comment