LIST()

Available in: DSQL, PSQL

Added in: 2.1

Changed in: 2.5

Description

LIST returns a string consisting of the non-NULL argument values in the group, separated either by a comma or by a user-supplied delimiter. If there are no non-NULL values (this includes the case where the group is empty), NULL is returned.

Result type: BLOB

Syntax

LIST ([ALL | DISTINCT] expression [, separator])