Hi,
I have the following query that runs but gives me too many lines.
I only want it to return the same amount of lines that exist on table C and give me the value for A.AMOUNT with the latest date which is in a column called DATE.
SELECT B.BRAND,
C.CONTRACT,
C.CUSTOMER...