Answers for "mariadb JSON_ARRAYAGG does not exist"

0

mariadb JSON_ARRAYAGG does not exist

SELECT column1, CONCAT('[', GROUP_CONCAT(column2), ']') AS column2 FROM table GROUP BY column1;
Posted by: Guest on April-27-2020

Code answers related to "mariadb JSON_ARRAYAGG does not exist"

Code answers related to "Javascript"

Browse Popular Code Answers by Language