Question
Programming question
I have a program starting with the following codes:
<cfset cols='red,blue,yellow'>
<cfquery datasource="datasource" name="name">
select #cols# from a_table
</query>
My question is, how can I display the queried dataset without referencing the elements in cols?
Regards!
<cfset cols='red,blue,yellow'>
<cfquery datasource="datasource" name="name">
select #cols# from a_table
</query>
My question is, how can I display the queried dataset without referencing the elements in cols?
Regards!
