• Hmm .. maybe something like :

    SELECT userID as "Highest Spending User", MAX(Revenue_Spend) as "Amount Spent"

    FROM MaxCents

    ...?