pub fn mysql_json_value(args: &[Value<'_>]) -> Result<Value<'static>, EvalError>Expand description
v7.37.17 (17.6 siblings) — MySQL JSON_VALUE(doc, path). Returns the scalar at the path as unquoted text (MySQL’s default RETURNING VARCHAR); containers render as JSON text; a miss is NULL. The RETURNING clause is parser syntax and queued.