Skip to Content
0
Former Member
Oct 03, 2005 at 08:17 PM

INSERT Statement Problem

154 Views

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