Skip to main content

string_agg

Function string_agg 

Source
pub fn string_agg<C: ColumnKey>(
    _column: Column<C>,
    separator: &'static str,
) -> Keyed<Agg<StringAgg, C>, Cons<C::Table, Nil>, Nullable<Text>>
where C::Sql: Concatenable,
Expand description

string_agg(column, ", "). See StringAgg.