Question: can you help me with the attached. Using Spread function account A A B B C D parking MLCP1 MLCP2 MLCP1 MLCP2 MLCP1 MLCP2 fees

can you help me with the attached.
Using Spread function account A A B B C D parking MLCP1 MLCP2 MLCP1 MLCP2 MLCP1 MLCP2 fees 50 10 66 34 12 5 SQL statement to calculate the difference MLCPland MLCP2? SELECT Account A" as "group", (MLCP1-MLCP2) AS difference FROM table where account UNION SELECT Account B as "group", (MLCP1-MLCP2) AS difference FROM table where account UNION SELECT Account C" as "group", (MLCP1-MLCP2) AS difference FROM table where account UNION SELECT "Account D" as "group", (MLCP1-MLCP2) AS difference FROM table where account Can you provide any other SQL to get difference
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
