Below you will find pages that utilize the taxonomy term “Concatenate”
How to JSON in PostgreSQL®
read more
How to concatenate two JSON documents in PostgreSQL®?
PostgreSQL® offers two types of data types to handle JSON data, JSON
and JSONB
, you can use the opearator ||
to concatenate two JSON objects.