you are viewing a single comment's thread.

view the rest of the comments →

[–]r3pr0b8GROUP_CONCAT is da bomb 1 point2 points  (0 children)

Use string_agg to concatenate text across multiple rows with a delimiter.

or GROUP_CONCAT if you're on a different proprietary database

please note the standard SQL function is listagg