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 9f70c7d commit d369713Copy full SHA for d369713
test.cfm
@@ -1,4 +1,4 @@
1
<cfquery>
2
SELECT * FROM table
3
- WHERE id = <cfqueryparam value="#url.id#" cfsqltype="integer">
+ WHERE id = <cfqueryparma value="#url.id#" cfsqltype="integer">
4
</cfquery>
0 commit comments