🏠 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
Intermediate

Generate a SQL Query

#database #sql #data

Write a SQL query to retrieve specific data.

Write a SQL query to select the names and email addresses of all users who registered after January 1st, 2023. Assume the table is named 'users' with columns 'name', 'email', and 'created_at'. Order the results by registration date descending.