🏠 Home
Benchmark
📊 Tutti i benchmark 🦖 Dinosauro v1 🦖 Dinosauro v2 ✅ App To-Do List 🎨 Pagine libere creative 🎯 FSACB - Ultimate Showcase 🌍 Benchmark traduzione
Modelli
🏆 Top 10 modelli 🆓 Modelli gratuiti 📋 Tutti i modelli ⚙️ Kilo Code
Risorse
💬 Libreria di prompt 📖 Glossario IA 🔗 Link utili
advanced

Generate SQL Query

#sql #database #coding

Create a complex SQL query based on a specific data requirement and schema description.

Act as a Senior Database Engineer. I have two tables: 'Users' (id, name, signup_date) and 'Orders' (id, user_id, amount, order_date). Write a SQL query to find the top 5 users by total spending in the last 30 days, including their names and total amounts.