mariadb json arrayagg does not exist

Solutions on MaxInterview for mariadb json arrayagg does not exist by the best coders in the world

showing results for - "mariadb json arrayagg does not exist"
Lukas
30 May 2016
1SELECT column1, CONCAT('[', GROUP_CONCAT(column2), ']') AS column2 FROM table GROUP BY column1;