Re: JSON_MERGE_PRESERVE with JSON_ARRAYAGG
Posted by: Frederic Descamps
Date: July 20, 2018 04:07AM

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

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: JSON_MERGE_PRESERVE with JSON_ARRAYAGG
981
July 20, 2018 04:07AM


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.