pub fn not_like(
child: BoundExpression,
pattern: BoundExpression,
) -> BoundExpressionExpand description
Creates a bound negated SQL NOT LIKE expression.
pub fn not_like(
child: BoundExpression,
pattern: BoundExpression,
) -> BoundExpressionCreates a bound negated SQL NOT LIKE expression.