SelectDB Cloud
SQL 手册
SQL 函数
JSON函数
JSON_TYPE

jsonb_type

description

用来判断json_path指定的字段在JSONB数据中的类型,如果字段不存在返回NULL,如果存在返回下面的类型之一

  • object
  • array
  • null
  • bool
  • int
  • bigint
  • largeint
  • double
  • string

Syntax

STRING json_type(JSON j, VARCHAR json_path)

example

参考 json tutorial 中的示例

keywords

json_type

© 2023 北京飞轮数据科技有限公司 京ICP备2022004029号 | Apache、Apache Doris 以及相关开源项目名称均为 Apache 基金会商标