Name
group_concat() — Concatenate row values
Common Usage
group_concat(element) group_concat(element,separator)
Description
The group_contact() aggregate returns a text value
that is the concatenated text representations of each non-NULL
, separated by element
.separator
If
is not provided, it is assumed to be the
single-character string “separator
,”
(comma) without any
trailing space.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access