Answers for "postgresql array in json return text"

SQL
0

postgresql parse json array

SELECT array_to_json(array_col) as array_col FROM t_name;
Posted by: Guest on March-20-2021

Code answers related to "postgresql array in json return text"

Code answers related to "SQL"

Browse Popular Code Answers by Language