如何将查询结果转换为oracle 12c中的JSON?

时间:2017-07-05 18:18:37

标签: sql json oracle

尝试使用JSON更新新列, 我需要先将所选数据转换为JSON。

这是我的代码(从评论中更新):

<div class="logo">
  <input type="text">
</div>

<div class="form">

</div>

我希望我的输出看起来像:

SELECT a.col1 a.col2 b.col3 b.col4 from table AS JSON

2 个答案:

答案 0 :(得分:0)

此处显示了适用于Oracle 12.2.0.1.0的工作解决方案

https://livesql.oracle.com/apex/livesql/file/content_E8F0DRCAGJJFKAMGK4AB6T2PG.html

答案 1 :(得分:0)

您可能希望查看APEX附带的APEX_JSON。它旨在在旧版本的数据库中回填JSON功能。

https://docs.oracle.com/cd/E59726_01/doc.50/e39149/apex_json.htm#AEAPI29635