🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful Links
medium

SQL Query for Top Customers

#sql #database #query

Write a SQL query to find top-spending customers.

Write a SQL query to select the top 5 customers based on total purchase amount in the last month. Assume the table name is 'orders' with columns 'customer_id', 'order_date', and 'total_amount'.