Expect Column api to support concatenate string of aggregation function
Since there are different usage and function name between sqlite, postgresql, mysql
e.g
fn group_conncat<C>(&self, separator: Option<&str>, order_by: Option<C>) -> Expr {
todo!()
}
Expect
Columnapi to support concatenate string of aggregation functionSince there are different usage and function name between sqlite, postgresql, mysql
e.g