COPY_ROW question (TCL)
At 31 OCT 2011 03:13:55PM Mike ONeal wrote:
If COPY_ROW is copying records from one table to another without the overwrite flag…
COPY_ROW table1 * table2… and the identical record already exists in table2, is that identical record simply skipped and the copy continues, or is the copy process halted entirely?
Thanks,
Mike O
At 31 OCT 2011 04:56PM mike ruane wrote:
Mike-
The identical record is skipped, and the copy continues.
Mike