JSON_ARRAYAGG is the function which output and arguments are very similar to GROUP_CONCAT.
The suggested solution would be to analyze arguments of GROUP_CONCAT and replace JSON_ARRAYAGG with GROUP_CONCAT if possible. One can optionally mask some of the original GROUP_CONCAT arguments that are not used by JSON_ARRAYAGG.
4QA There is one of three JSON_* functions left. For more information on how to test this plz take a look at MDB's JSON_ARRAYAGG page.
Roman
added a comment - 4QA There is one of three JSON_* functions left. For more information on how to test this plz take a look at MDB's JSON_ARRAYAGG page .
4QA There is one of three JSON_* functions left. For more information on how to test this plz take a look at MDB's JSON_ARRAYAGG page.