Hi, I found this code that I can't understand
<cfquery name="qGetBid" datasource="#application.ds#">
select id from billing where
0 = 0
<cfloop list="#dbfields#" index="i">
<cfif len(evaluate(i))>
and #i# = '#evaluate(i)#'
</cfif>
</cfloop>
</cfquery>
What's this "0 = 0" ?
Thanks
<cfquery name="qGetBid" datasource="#application.ds#">
select id from billing where
0 = 0
<cfloop list="#dbfields#" index="i">
<cfif len(evaluate(i))>
and #i# = '#evaluate(i)#'
</cfif>
</cfloop>
</cfquery>
What's this "0 = 0" ?
Thanks