🏠 Strona Główna
Benchmarki
📊 Wszystkie benchmarki 🦖 Dinozaur v1 🦖 Dinozaur v2 ✅ Aplikacje To-Do List 🎨 Kreatywne wolne strony 🎯 FSACB - Ostateczny pokaz 🌍 Benchmark tłumaczeń
Modele
🏆 Top 10 modeli 🆓 Darmowe modele 📋 Wszystkie modele ⚙️ Kilo Code
Zasoby
💬 Biblioteka promptów 📖 Słownik AI 🔗 Przydatne linki
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.