listagg with differing names. listagg for various database vendors in this Stackoverflow answer. The gist of the answer is: | Vendor | function |
| Oracle | listagg |
| DB2 | listagg |
| SQL Server (>= 2017) | string_agg |
| PostgreSQL | string_agg |
| SQLite | group_concat |
| MySQL | group_concat |