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