You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSON_ARRAY_APPEND(json_doc, path, val[, path, val] ...):
Appends values to the end of the indicated arrays within a JSON document and returns the result. Returns NULL if any argument is NULL. An error occurs if the json_doc argument is not a valid JSON document or any path argument is not a valid path expression.
Description
JSON_ARRAY_APPEND(json_doc, path, val[, path, val] ...):
Appends values to the end of the indicated arrays within a JSON document and returns the result. Returns NULL if any argument is NULL. An error occurs if the json_doc argument is not a valid JSON document or any path argument is not a valid path expression.
Use case
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: