How would you write this regular Cold Fusion query in TSQL for a stored
procedure:

select *
from profiles
where 0=0
<cfif form.firstname neq ''>and firstname=#form.firstname#</cfif>
<cfif form.lastname neq ''>and lastname=#form.lastname#</cfif>
<cfif form.phone neq ''>and phone=#form.phone#</cfif>

I tried a few times, I can't quite get the hang of IF statements in TSQL for
some reason, even tho. in CFMX they're juz a piece of cake.

Thanks,
Pardeep.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:6:2169
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/6
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:6
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.6
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to