advanced
SQL Query Generator
Create SQL queries based on natural language requirements.
📝 प्रॉम्ट सामग्री
Write a SQL query for a PostgreSQL database. The query should select the top 5 users who have spent the most money in the last 30 days. Assume the table is named 'orders' with columns 'user_id', 'total_amount', and 'order_date'.