Returns a quoted list of all the values, for a given column within the query, delimited by the value given.
this function is deprecated, use instead the function queryColumnData
Lucee Function Reference
Function QUOTEDVALUELIST
This Function is deprecated
Example
quotedvaluelist(queryColumn query_column,[string delimiter]):string
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Default Value | Description |
---|---|---|---|---|
query_column | queryColumn | Yes | Name of an executed query and column. Separate query name and column name with a period. | |
delimiter | string | No | , |