Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<cfquery name="query_name">
SELECT *
FROM Whatever
</cfquery>
<cfoutput>
#ListLen(query_name.columnList)#
</cfoutput>
<cfquery name="query_name">
SELECT *
FROM Whatever
WHERE 0 = 1
</cfquery>