RE: How will you copy the structure of a table without copying the data?

RE: How will you copy the structure of a table without copying the data?

 

  


You can try this also;
CREATE TABLE new_table AS SELECT * FROM old_table WHERE 1=2;
Regards
J




-----Original Message-----
From: Dhanya
[mailto:oracledba-ezmlmshield-x3556427.[Email address protected]
Sent: Thursday, December 02, 2004 8:40 AM
To: LazyDBA Discussion
Subject: How will you copy the structure of a table without copying
the data?

How will you copy the structure of a table without copying the data?



--------
website: http://www.LazyDBA.com
Please don't reply to RTFM questions
Oracle documentation is here: http://tahiti.oracle.com To unsubscribe:
see http://www.lazydba.com/unsubscribe.html
To subscribe: see http://www.lazydba.com By using this list you agree
to these terms:http://www.lazydba.com/legal.html


==================================================================
This e-mail and its contents are subject to the Telkom SA Limited
e-mail legal notice available at
http://www.telkom.co.za/TelkomEMailLegalNotice.PDF

Oracle LazyDBA home page