JSON_MERGE_AGG
Overview
Merges and aggregates multiple JSON objects into a single JSON object. When duplicate keys exist, later-appearing keys overwrite earlier ones.
Syntax
Parameters
<json_col>: A JSON type column containing the JSON objects to merge. String values must first be converted usingPARSE_JSON.
