pub fn concat_ws(sep: Expr, values: Vec<Expr, Global>) -> Expr
Concatenates all but the first argument, with separators. The first argument is used as the separator. NULL arguments in values are ignored.
values