PostgreSQL - Aggregate Functions and GROUP BY
Identify the error in this query:
SELECT STRING_AGG(name, ', ' ORDER BY name) FROM users ORDER BY name;
SELECT STRING_AGG(name, ', ' ORDER BY name) FROM users ORDER BY name;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions