Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/75c3b73cc4cabeff3ba37a2023fa9b06 to your computer and use it in GitHub Desktop.
Save trycf/75c3b73cc4cabeff3ba37a2023fa9b06 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfset noselsites=queryNew("tssiteidfk","integer")>
<cfset queryAddRow(noselsites,{tssiteidfk="78"})>
<cfoutput>
<cfdump var ="#noselsites#">
</cfoutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment