ReferenceFunction ReferenceJSON FunctionsJSON query and processing functionsjson_existsこのページの見出しjson_existsjson_exists 説明 JSONオブジェクトに、json_path 式で指定された要素が存在するかどうかをチェックします。要素が存在する場合、JSON_EXISTS関数は 1 を返します。存在しない場合、JSON_EXISTS関数は 0 を返します。 構文 json_exists(json_object_expr, json_path) パラメータ