I have 2 queries and I want to use the <cfqueryparam>
tag on it but am not sure how to do it for this query:
<cfif isdefined("FORM.chk3g")>
ThreeG IS NOT NULL AND
</cfif>
<cfif isdefined("FORM.chkpolyphonic")>
ringtonetype like '%polyphonic%' AND
</cfif>