Home » SQL & PL/SQL » SQL & PL/SQL » how to copy a table
how to copy a table [message #40822] Thu, 07 November 2002 07:40 Go to next message
Gurdeep Singh
Messages: 64
Registered: October 2002
Member
please tell me how to copy a table from one user account to another user account if both are on same data base / if both are on diff database
Re: how to copy a table [message #40839 is a reply to message #40822] Thu, 07 November 2002 09:43 Go to previous message
Todd Barry
Messages: 4819
Registered: August 2001
Senior Member
create table t as select * from other_user.t;
 
create table t as select * from other_user.t@other_db;
Previous Topic: how can i change the column name from particular table
Next Topic: How we use these in sql
Goto Forum:
  


Current Time: Mon Apr 29 05:43:09 CDT 2024