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/78e1f87cfc139acd7c400484c7433089 to your computer and use it in GitHub Desktop.
Save kukielp/78e1f87cfc139acd7c400484c7433089 to your computer and use it in GitHub Desktop.
<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