Hi,
Create table table_name as
Select * from other_table;
ps - in Oracle the structure of a table is not its schema - A schema is something that 'owns' objects in the database instance.( usually associated with a user)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.