pub fn mysql_json_extract(
args: &[Value<'_>],
) -> Result<Value<'static>, EvalError>Expand description
v7.37.17 (17.6 siblings) — MySQL JSON_EXTRACT(doc, path…). One path → the value at that path (or SQL NULL when it misses); several paths → a JSON array of the values that matched (NULL when none did).