Skip to main content

not_like

Function not_like 

Source
pub fn not_like(
    child: BoundExpression,
    pattern: BoundExpression,
) -> BoundExpression
Expand description

Creates a bound negated SQL NOT LIKE expression.