ltrim

Function ltrim 

Source
pub fn ltrim<'a, V, E>(expr: E) -> SQLExpr<'a, V, Text, E::Nullable, Scalar>
where V: SQLParam + 'a, E: Expr<'a, V>, E::SQLType: Textual,
Expand description

LTRIM - removes leading whitespace.

Preserves the nullability of the input expression.