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
BE jvm的当前的使用率怎么看
BE出现get_tablet返回空指针导致coredump
2 answers
doris主键表可以bucket配置太小,怎么修改?
1 answers
多张表使用colocate join,如何设计?
1 answers
2.1.7 版本routine load 写入问题
1 answers
doris2.1.11使用外部目录,用catalog的数据创建异步视图,没有数据,需要强制手动刷新才行
1 answers

Terms of service Privacy policy

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