Medium
Generate SQL Query from Description
Convert a natural language request into a SQL command.
📝 Promptens innehåll
Write a SQL query for a PostgreSQL database. I need to find the top 10 customers who spent the most money in the last month. The tables are 'users' (id, name) and 'orders' (id, user_id, amount, created_at).