We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22f25f commit cd7a798Copy full SHA for cd7a798
test.cfm
@@ -1,4 +1,4 @@
1
<cfquery>
2
SELECT * FROM table
3
- WHERE id = #url.id#
+ WHERE id = <cfqueryparam value="#url.id#" cfsqltype="integer">
4
</cfquery>
0 commit comments