ValueList(query.column [, delimiter ])


Returns a comma-separated list of the values of each record returned from a previously executed query.

See also QuotedValueList.

query.column

Name of an already executed query and column. Separate query name and column name with a period ( . ).

delimiter

A string delimiter to separate column data.