Home » SQL & PL/SQL » SQL & PL/SQL » Re: to create a table structure from an existing structure
Re: to create a table structure from an existing structure [message #35977] Sun, 28 October 2001 03:28
Robert Moy
Messages: 15
Registered: December 2000
Junior Member
Hello

Try this

CREATE TABLE item_temp
AS SELECT * FROM item
where 1=2

Good Luck

----------------------------------------------------------------------
Previous Topic: Executing OS commands from PL?
Next Topic: Re: to create a table structure from an existing structure
Goto Forum:
  


Current Time: Fri Mar 29 06:05:59 CDT 2024