Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
REPLACE statements from CONNECT_TABLEs would be useful.
replace into LOCAL_TABLE select * from CONNECT_TABLE;
|
Even better if I could use the below type of REPLACE .
replace into CONNECT_TABLE select * from LOCAL_TABLE;
|