Question
How to get fieldnames from Query
Hello I have a query as such.
<cfquery name="q1" datasource="mydb">
Select * from tbl_test
</cfquery>
How can I get only the fieldnames from the query ?
<cfquery name="q1" datasource="mydb">
Select * from tbl_test
</cfquery>
How can I get only the fieldnames from the query ?