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

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

Asked Mar 28, 2024 Modified Mar 28, 2024
Viewed 80
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
黄海军@SelectDB5188
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
doris写hive表时如何合并小文件?
show partitions from table里的DataSize为0
1 answers
2.1.10 执行JDBC insert SQL的时候报BufferUnderflowException错误
1 answers
2.1版本BE 节点老是挂掉
1 answers
我想将每行数据的所有列生成一个签名,用于比对记录是否有变化
2 answers
[2.1.10] be运行一段时间后重启
1 answers

Terms of service Privacy policy

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