|
-
Hi,
Here is the Pseudocode, which u can try
----------------
Procedure Populate_Target_table
Cursor c1 is selet * from Target_Table
MINUS
select * from Source Table
for x in c1 loop
Insert into Target_Table
By taking data from cursor;
Exception
Dup_val_on index
Update Target_table
You need to have a primary key for this to work
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|