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
A scalar function called jsonConcat that takes two (or more) json objects and merges them into one. If two json objects share the same key, the value of the later object is used.
Equivalent to the || operator in PostgreSQL for jsonb columns.
The text was updated successfully, but these errors were encountered:
A scalar function called jsonConcat that takes two (or more) json objects and merges them into one. If two json objects share the same key, the value of the later object is used.
Equivalent to the
||
operator in PostgreSQL for jsonb columns.The text was updated successfully, but these errors were encountered: