json_exists_path
description
用来判断json_path指定的字段在JSON数据中是否存在,如果存在返回TRUE,不存在返回FALSE
Syntax
BOOLEAN json_exists_path(JSON j, VARCHAR json_path)
example
参考 json tutorial 中的示例
keywords
json_exists_path
用来判断json_path指定的字段在JSON数据中是否存在,如果存在返回TRUE,不存在返回FALSE
BOOLEAN json_exists_path(JSON j, VARCHAR json_path)
参考 json tutorial 中的示例
json_exists_path