Oops it looks like this. Pre IN statement.

DECLARE
@ccc_id varchar(50),

Select
@ccc_id=ccc_id
FROM Source_Table
where Table_ID = (Select Table_ID from inserted)

Update Warehouse_Table
set [EMAIL PROTECTED]
where Table_ID = (Select Table_ID from inserted)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:296754
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