Skip to main content

reverse

Function reverse 

Source
pub fn reverse<T>(
    expression: impl IntoExpr<T>,
) -> Expr<<T as StringUnaryExpr>::Output>
where T: StringUnaryExpr,
Expand description

Reverses the characters in a string. Maps to PostgreSQL REVERSE.