Skip to main content

mysql_json_overlaps

Function mysql_json_overlaps 

Source
pub fn mysql_json_overlaps(
    args: &[Value<'_>],
) -> Result<Value<'static>, EvalError>
Expand description

v7.37.17 (17.6 siblings) — MySQL JSON_OVERLAPS(d1, d2): arrays share any element; objects share any key-value pair; scalars compare equal; an array vs a scalar checks membership.