class StringAgg(expression, delimiter) [source]
Returns the input values concatenated into a string, separated by the delimiter string.
-
delimiter -
Required argument. Needs to be a string.
class StringAgg(expression, delimiter) [source]
Returns the input values concatenated into a string, separated by the delimiter string.
delimiter Required argument. Needs to be a string.
Please login to continue.