Archives of the TeradataForum
Message Posted: Mon, 24 Sep 2001 @ 19:19:17 GMT
Subj: | | Re: Updating one table with values from another |
|
From: | | Ulrich Arndt |
How does the explain looks like?
Does
UPDATE eti.sales_org_hier as e
SET BUS_UNIT_NAME = offline_staging_incr_dev.sale_offline_conv.BUS_UNIT_NAME
WHERE e.terr_id = offline_staging_incr_dev.sale_offline_conv.terr_id
AND e.online_offline_cd = 'OFF'
AND offline_staging_incr_dev.sale_offline_conv.on_off = 'Offline'
produce the same explain?
Regards
Ulrich
|