hard
Write SQL Query
Generate an SQL query based on a specific data requirement.
📝 Contenu du Prompt
Write a SQL query to select the top 5 customers who spent the most money in the last month from a table named 'orders' with columns 'customer_id', 'total_amount', and 'order_date'.