🏠 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

Debug a SQL Query

#sql #debugging #database

Identify and fix errors in a database query.

Analyze the following SQL query for syntax errors or logical mistakes and provide the corrected version: SELECT * FROM users WHERE name = 'John' AND age > 30 ORDER BY name DESC LIMIT 10;