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.
pub fn reverse<T>(
expression: impl IntoExpr<T>,
) -> Expr<<T as StringUnaryExpr>::Output>where
T: StringUnaryExpr,Reverses the characters in a string.
Maps to PostgreSQL REVERSE.