Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: HELP: merging tables
Try this:
INSERT INTO main_table (col1,col2,col3,....,col(n-m)) SELECT * FROM subset_table;
Hope this helps.
Michael Serbanescu
>I'm looking for an easy way to merge two tables. Essentially, it is an
>append-update between two nearly identical tables. The table with the new
>data is a subset of the main table. Any ideas, anyone?
>
> Geoff Callaghan
> callagha_at_cs.fsu.edu
Received on Tue Dec 16 1997 - 00:00:00 CST
![]() |
![]() |