Microsoft
Software
Hardware
Network
Question : SQL Query
i need to make some changes to the structure hope u can help me, "Reporting_Date" format has been changed to varchar "200905" and the amount should be in percentage for eg.
State: Reporting Date: Amount_1: P_amt:
CA 200905 2088 220
CA 200904 1122 255
IA 200905 8520 590
IA 200904 2445 545
Results set should be same as before only the difference is it should be caluclated as below
for example the month of "200905" State "CA" (Amount_1 - Sale_amt) = (2088-220) = 1868 and then (1868*100/1122)(April Amount_1) =166.48
Similarly for 'IA' May month it will be (Amount_1 - Sale_amt) = (8520-590)= 7930 and then (7930*100/2445) (April Amount_1 2445) =324.33
I hope it is clear
Thanks a lot in advance
Answer : SQL Query
also, you shouldn't accept your own answer for 0 points, only accept the post or posts that helped.
Random Solutions
Need Help with Network Configuration
Grouping in SQL Select
Outlook 2003 - Icon in Taskbar
Active Sync and Exchange 2007
DFS Replication question.
TSQL decimal
Using ASPX redirect and SEO impact
Access denied error when using IIS Certificate Wizard to renew Thawte certificate
What's the difference between Windows Server 2003 Enterprise Edition and Standard Edition?
Problems with root password on new MySQL server and old databases...???