Skip to main content

not_ilike

Function not_ilike 

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

Creates a bound negated case-insensitive SQL NOT ILIKE expression.