I have data in sql server table like the following:
Slno Revenue Data Loading
1 8989898 10/07/12 Before Load
2 2124124 10/07/12 After Load
I want to subtract both the values and display the result as percentage say "10%"
Please help with a correct query to compute the following
Thanks