🏠 ホーム
ベンチマーク
📊 すべてのベンチマーク 🦖 恐竜 v1 🦖 恐竜 v2 ✅ To-Doリストアプリ 🎨 クリエイティブフリーページ 🎯 FSACB - アルティメットショーケース 🌍 翻訳ベンチマーク
モデル
🏆 トップ10モデル 🆓 無料モデル 📋 すべてのモデル ⚙️ 🛠️ Kilo Code モード
リソース
💬 💬 プロンプトライブラリ 📖 📖 AI用語集 🔗 🔗 有用なリンク
Medium

SQL Complex Join Query

#sql #database #query

Write a SQL query to retrieve specific data involving joins and aggregation.

Write a PostgreSQL query to find the top 10 users who have spent the most money in the last 30 days. Assume three tables: users (id, name), orders (id, user_id, total_amount), and order_items (order_id, product_id). Include the user's name and total spent.