Hi,
You can load production data which are not found in your test table with following:
insert /*+ direct */ into test_table select * from prod_table minus select * from test_table;
|
Results 1 to 4 of 4
Thread: Beginners questionThreaded View
|
Click Here to Expand Forum to Full Width |