Episode-056 - Return tabular data as a list in MySQL

Опубликовано: 11 Октябрь 2024
на канале: MySQL
346
19

Have you ever needed to return tabular data as a list in a MySQL query? This video shows how you can use the GROUP_CONCAT() function to return a character-separated list of values in a query result.

GROUP_CONCAT() Documentation - https://dev.mysql.com/doc/refman/8.0/...