ismail cassiem wrote:
> Is there anyway else to set the result field value temporary. 

>  eg Field1   Field2       TO   Field1   Field2
>       Y        X                 Y        Y

select
   Field1,
   CASE
     WHEN Field1 = 'Y' THEN 'Y'
     ELSE Field2
   END AS Field2
FROM

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278954
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to