SQL 手册SQL 函数JSON 函数JSON_EXISTS_PATH本页总览JSON_EXISTS_PATHjson_exists_pathdescription用来判断json_path指定的字段在JSON数据中是否存在,如果存在返回TRUE,不存在返回FALSESyntaxBOOLEAN json_exists_path(JSON j, VARCHAR json_path)example参考 json tutorial 中的示例keywordsjson_exists_path