Home » Developer & Programmer » Reports & Discoverer » rename a table
rename a table [message #90370] Mon, 07 February 2005 03:28 Go to next message
anand kumar singh
Messages: 32
Registered: July 2003
Member
How to rename a table which already has some data.
Re: rename a table [message #90390 is a reply to message #90370] Wed, 09 February 2005 05:16 Go to previous messageGo to next message
John Smith
Messages: 25
Registered: February 2002
Junior Member
Why not try replicating the table:

Create table new_table as (select * from old_table).
Re: rename a table [message #109056 is a reply to message #90370] Mon, 21 February 2005 09:52 Go to previous message
SANDY
Messages: 60
Registered: April 1998
Member
Hi Friend,
U can use
Rename Oldtablename to newtablename;
Cheers
Sandy
Previous Topic: sorting on summary column
Next Topic: What is COA(certificate of analysis)? Is there any "Oracle standard COA print report'?
Goto Forum:
  


Current Time: Fri May 17 00:35:58 CDT 2024