ValueList(query.column [, delimiter ])
Returns a comma-separated list of the values of each record returned from a previously executed query.
See also QuotedValueList.
Name of an already executed query and column. Separate query name and column name with a period ( . ).
A string delimiter to separate column data.