pub fn concat<I, A>(values: I) -> Expr<String>where
I: IntoIterator<Item = A>,
A: IntoConcatExpr,Expand description
Concatenates string expressions in order, ignoring NULL values.
Maps to PostgreSQL CONCAT.
pub fn concat<I, A>(values: I) -> Expr<String>where
I: IntoIterator<Item = A>,
A: IntoConcatExpr,Concatenates string expressions in order, ignoring NULL values.
Maps to PostgreSQL CONCAT.