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.

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.