hard
Write a SQL Query
Generate a SQL query for a specific data retrieval task.
📝 Contenu du Prompt
Write a SQL query to find the top 10 customers who spent the most money in the last quarter. Assume a table named 'orders' with columns 'customer_id', 'order_date', and 'total_amount'.