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