As you debug your CFML code, you can use the cfdump tag to quickly display the contents of your query. This tag has the following format:
<cfdump var="#query_name#">
For more information on the cfdump tag, see the CFML Reference.