DB
FunctionsJSON

json_concat

Concatenates two JSON values: objects are merged by key, arrays are concatenated, and mixed types are wrapped into arrays.

json_concat(…) → JSON

Kind · scalar

Concatenates two JSON values: objects are merged by key, arrays are concatenated, and mixed types are wrapped into arrays.

Part of the JSON family.