Calling Array Functions on ColdFusion Query Columns
<!--- Get a list of weights. --->
<cfset lstValues = ValueList( qGirls.weight ) />
For Cut-and-Paste
<!--- Get a list of weights. ---> <cfset lstValues = ValueList( qGirls.weight ) />