Your top 5 customers by revenue in Q1 2025:
+
+ Together the top five customers account for $465,200 — approximately 67% of total quarterly revenue.
+
I need to sum revenue per customer for Q1 2025 and return the top 5 results ordered descending.
+Your top 5 customers by revenue in Q1 2025:
+Together they account for $465,200 — approximately 67% of total quarterly revenue.
+
I need to sum revenue per customer for Q1 2025 and return the top 5 results ordered descending.
+I'll use query_database with a GROUP BY on customer_name and limit to 5 results.
+