Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
22.08.1
-
None
-
None
Description
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.