Hi,
I have two tables where i need to copy from one table to another table.
I am retrieving the data using the select statement from the first table into
internal table i_tab1.
now, i need to copy it to second table.
i did use insert statement but its not working if i have duplicate records in the second table.
can i use update statement?
Thanks