I have a table with "A", "B", "C" and "D" fields (4 total columns). "A" and "B" are repeated throughout the table as identifiers to "C" and "D".
My goal is to, using a SQL query, select "A", "B", and ("C" - "D" AS "X"), grouping "X" by "A" and "B".
Can someone help me complete this query? I can provide a sample query, but I am not sure it would be helpful at this point...
Thanks in advance!