Created
February 12, 2026 00:37
-
-
Save trycf/1ad9c9c9c5f8aadbacdf326a21fa9d37 to your computer and use it in GitHub Desktop.
TryCF Gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <cfscript> | |
| qry = queryNew( "col", "varchar", [["brad"]] ); | |
| </cfscript> | |
| <cfquery name="result" dbtype="query"> | |
| SELECT * | |
| FROM qry | |
| WHERE col = <cfqueryparam value="brad"> | |
| </cfquery> | |
| <cfdump var="#result#"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment