Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-replace-private-preview-badge-man.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
groupConcat
Introduced in: v24.8.0 Calculates a concatenated string from a group of strings, optionally separated by a delimiter, and optionally limited by a maximum number of elements.If delimiter is specified without limit, it must be the first parameter. If both delimiter and limit are specified, delimiter must precede limit.Also, if different delimiters are specified as parameters and arguments, the delimiter from arguments will be used only.
group_concat
Parameters
delimiter— A string that will be used to separate concatenated values. This parameter is optional and defaults to an empty string if not specified.Stringlimit— A positive integer specifying the maximum number of elements to concatenate. If more elements are present, excess elements are ignored. This parameter is optional.UInt*
expression— The expression or column name that outputs strings to be concatenated.Stringdelimiter— A string that will be used to separate concatenated values. This parameter is optional and defaults to an empty string or delimiter from parameters if not specified.String
String
Examples
Basic usage without a delimiter
Query
Response
Query
Response
Query
Response
Query
Response