Home » RDBMS Server » Server Utilities » move data at the same schema
move data at the same schema [message #70742] Fri, 19 July 2002 15:24 Go to next message
NiGger
Messages: 6
Registered: July 2002
Junior Member
Hello
I can't find any documentation about how to move data between two tables at the same schema , obviously the tables are identicals.
can anybody help me?

Thanks in advanced

NiGger
Re: move data at the same schema [message #70744 is a reply to message #70742] Fri, 19 July 2002 15:34 Go to previous messageGo to next message
ctg
Messages: 146
Registered: July 2002
Senior Member
do you simply what to copy data from 1 table to another?

INSERT INTO table2
SELECT * FROM table1;
Re: move data at the same schema [message #70752 is a reply to message #70742] Sat, 20 July 2002 01:27 Go to previous message
sunil bhola
Messages: 58
Registered: July 2002
Member
simply!..
create table sunil1 as select *from sunil;
Previous Topic: Re: urgent
Next Topic: Can Oracle 8.1.7 client export tool be used for exporting an Oracle 7
Goto Forum:
  


Current Time: Fri May 03 19:25:50 CDT 2024