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_INSERT(json_doc, path, val[, path, val] ...):
Updates a JSON document, inserting into an array within the document and returning the modified document. 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 or contains a * or ** wildcard or does not end with an array element identifier.
Zkplo
changed the title
[Feature][SDK] Transform SQL supports "JSON_ARRAY_APPEND" function
[Feature][SDK] Transform SQL supports "JSON_ARRAY_INSERT" function
Oct 10, 2024
Description
JSON_ARRAY_INSERT(json_doc, path, val[, path, val] ...):
Updates a JSON document, inserting into an array within the document and returning the modified document. 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 or contains a * or ** wildcard or does not end with an array element identifier.
Use case
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: