Home : General : Databases and SQL :

General: Databases and SQL: Re: [walterc] SQL conditional IF, help with: Edit Log

Here is the list of edits for this post
Re: [walterc] SQL conditional IF, help with
one quick fix would be using the conditions in your CFOUTPUT section.

Example:

Code:
<cfoutput query="getFundStatus">
<cfif (#anonym# eq 1)>
Anonymous
<cfelse>
#name#
</cfif>
</cfoutput>
========================================
Buh Bye!

Cheers,
Me

Last edited by:

Stealth: May 21, 2003, 4:30 PM

Edit Log: