Copy link to clipboard
Copied
Hi,
I am new to coldfusion.
What is the result of the following coldfusion code?
<cfreturn listAppend(valuelist(qRead.industry_id),0)>
if the qRead returns 2 rows
label industry_id
x 1111
y 1112
z 1245
Thanks
Copy link to clipboard
Copied
It returns a list of values with a zero on the end:
1111,1112,1245,0