【发布时间】:2012-11-22 23:03:03
【问题描述】:
我有 2 个查询,我想在其上使用 <cfqueryparam> 标记,但不知道如何处理此查询:
<cfif isdefined("FORM.chk3g")>
ThreeG IS NOT NULL AND
</cfif>
<cfif isdefined("FORM.chkpolyphonic")>
ringtonetype like '%polyphonic%' AND
</cfif>
【问题讨论】:
-
polyphonic是常量还是#variable#?真的有no benefit to using cfqueryparam with constants。
标签: mysql coldfusion notnull cfqueryparam