Skip to main content

concat

Function concat 

Source
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.