Concatenate attributes
SELECT ARRAY_TO_STRING(ARRAY[title, firstname, surname], ' ') FROM persons;
Updated less than a minute ago
Did this page help you?
SELECT ARRAY_TO_STRING(ARRAY[title, firstname, surname], ' ') FROM persons;
Updated less than a minute ago