pub fn ilike(
child: BoundExpression,
pattern: BoundExpression,
) -> BoundExpressionExpand description
Creates a bound case-insensitive SQL ILIKE expression.
pub fn ilike(
child: BoundExpression,
pattern: BoundExpression,
) -> BoundExpressionCreates a bound case-insensitive SQL ILIKE expression.