group_concat
https://dev.mysql.com/doc/refman/8.0/ja/aggregate-functions.html#function_group-concat
MySQL
の
集約関数
グループの文字列を連結して返す
separatorを指定できる
orderを指定できる
文字列の最大長はデフォルトで1024 bytes
システム変数
group_concat_max_len
で変更できる