Peter
Member since Dec 11, 2008
- Profile: /members/1904-peter.htm
- Comments: 1
Recent Blog Comments By Peter
-
SQL ISZERO() And NULLIF() For Dividing By Zero
Posted on Jan 15, 2007 at 4:54 PM
Or, you can take the REALLY lazy way out: <cfif not isNumeric(qryGraphData_total.t_avg)> <cfset t_avg = 0> <cfelse> <cfset t_avg = qryGraphData_total.t_avg> </cfif>... read more »