Apache Presto - json_format(json)



Query

presto:default> select json_format(JSON '[11,12,13]') as JSON; 

Result

    JSON 
------------ 
 [11,12,13] 
apache_presto_sql_functions.htm
Advertisements