Re: JSON_MERGE_PRESERVE with JSON_ARRAYAGG
Hi Luis,
Could you share the query you are trying to run ?
You know, they are differences between regular function and aggregation functions.
Are you doing something like this ?
mysql> select json_merge_preserve(json_arrayagg(t1.pk)) from t1;
ERROR 1582 (42000): Incorrect parameter count in the call to native function 'json_merge_preserve'
Regards,
lefred
Subject
Views
Written By
Posted
2344
June 21, 2018 11:53AM
Re: JSON_MERGE_PRESERVE with JSON_ARRAYAGG
1036
July 20, 2018 04:07AM
888
July 20, 2018 04:45AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.