Lucee Function Reference

Function VALUELIST

This Function is deprecated
Returns a 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

Example

valuelist(queryColumn query_column,[string delimiter]):string

Category

query

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 , A delimiter character to separate column data items.
Default: comma (,).