GROUP_CONCAT function

Express GROUP_CONCAT(
  1. Object express, [
  2. String sep = "','"
])

Implementation

Express GROUP_CONCAT(Object express, [String sep = "','"]) {
  return ExpressFunc("GROUP_CONCAT", [express, sep]);
}