![]() |
|
Archives of the TeradataForumMessage Posted: Thu, 31 Jul 2003 @ 19:43:21 GMT
Well, instead of multiple updates you could...
UPDATE TD_TABLE
SET RECORD_ID = COALESCE(RECORD_ID,' ')
,PROCESS_NUM = COALESCE(PROCESS_NUM,0)
,DATE_FILLED = COALESCE(DATE_FILLED,'0001-01-01')
...
;
Best Regards, Joe Fuller
| ||||||||||||||||||||||||||||||||||||||||||||||||
| | ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||