![]() |
|
Archives of the TeradataForumMessage Posted: Wed, 13 Oct 2004 @ 11:31:08 GMT
You are trying to achieve something like {(A-B) U B }, which is similar to just {A U B}. So I guess you could use:
Insert into table_copy
Sel * from table
Union
Sel * from mtable;
Narayan
| ||||||||||||||||||||||||||||||||||||||||||||||||
| | ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||