PostgreSQL - Aggregate Functions and GROUP BY
Which separator is used in the following query?
SELECT STRING_AGG(name, '; ') FROM employees;SELECT STRING_AGG(name, '; ') FROM employees;15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions