SQL Reference
MAP_CONCAT
map_concat(…)
Section titled “map_concat(…)”Example
Section titled “Example”SELECT map_concat(map([1, 2], ['a', 'b']), map([2, 3], ['c', 'd']));;SQL Reference
SELECT map_concat(map([1, 2], ['a', 'b']), map([2, 3], ['c', 'd']));;