Skip to main content

strpos

Function strpos 

Source
pub fn strpos<'a, V, E, S>(
    expr: E,
    search: S,
) -> SQLExpr<'a, V, Int4, E::Nullable, <E::Aggregate as AggOr<S::Aggregate>>::Output>
Expand description

STRPOS - finds the position of a substring (PostgreSQL).