Skip to content

Instantly share code, notes, and snippets.

@kukielp
Created October 28, 2020 06:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kukielp/9616e1b420ca472d920cf9a6bcc98926 to your computer and use it in GitHub Desktop.
Save kukielp/9616e1b420ca472d920cf9a6bcc98926 to your computer and use it in GitHub Desktop.
query
<cfquery name="q" result="r">
select *
from customer
</cfquery>
<cfdump var="#q#"/>
<cfdump var="#r.EXECUTIONTIME#"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment