Answers for "postgresql string to json type"

SQL
0

postgres json to string

SELECT CAST( json_column AS TEXT ) FROM table
or
SELECT json_column::TEXT FROM table
Posted by: Guest on November-23-2020

Code answers related to "postgresql string to json type"

Code answers related to "SQL"

Browse Popular Code Answers by Language