Skip to content

Instantly share code, notes, and snippets.

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 robmarzialetti/01b045e7f0844d60ff6415f5628b6f52 to your computer and use it in GitHub Desktop.
Save robmarzialetti/01b045e7f0844d60ff6415f5628b6f52 to your computer and use it in GitHub Desktop.
<cfscript>
q = QueryNew("a,b,c,d", "varchar,varchar,varchar,varchar", ["aa","bb","cc","dd"]);
dump( var="#q#",hide="a" );
dump( var="#q#",show="a" );
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment