Apache Doris 中文技术论坛
Questions Tags Users Badges

【已解决】json_extract如何从jsonb拿数据, 如何把 jsonb 转成 json char

Asked Mar 28, 2024 Modified Mar 28, 2024
Viewed 92
2.1

json_extract如何从jsonb拿数据, 如何把 jsonb 转成 json char

edited Mar 28, 2024
____5
asked Mar 28, 2024
2 Answers

试试用jsonb_extract

edited Jan 1, 1970
黄海军@SelectDB5218
answered Mar 28, 2024

SELECT
json_extract(report_input_data,'$.baseV0600027'
,'$.baseV0700000'
,'$.baseV0700001'
,'$.baseV0700002'
,'$.baseV0700003'
,'$.baseV0800000'
,'$.baseV0800001') 不能直接用于jsonb类型吧

edited Jan 1, 1970
____5
answered Mar 28, 2024
Related Questions
streamloaderd成功执行,但是没有导入数据到表里。
1 answers
AUTO LIST PARTITION 分区名长度为何限制 50?能否配置放宽/取消?
doris2.1.11重复建表报错内容异常,不会提示表已经存在
1 answers
我们通过hive catalog外表同步数据,有时候hive表会很大导致内存占满了会杀掉其他任务,限制内存又会导致同步任务失败,有什么方法可以稳定一下呢,同步效率慢一点什么的也没问题
1 answers
Doris的json解析问题
1 answers
doris be启动报错
2 answers

Terms of service Privacy policy

Powered by Answer - the open-source software that powers Q&A communities.
Made with love © 2026 Apache Doris 中文技术论坛.