0% found this document useful (0 votes)
218 views1 page

Oracle9i - Copy Table

A SQL statement was executed to create a new table called sapecp.zstasbk by selecting all columns from an existing table called sapecp.zstas. The new table was successfully created.

Uploaded by

api-3766428
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
218 views1 page

Oracle9i - Copy Table

A SQL statement was executed to create a new table called sapecp.zstasbk by selecting all columns from an existing table called sapecp.zstas. The new table was successfully created.

Uploaded by

api-3766428
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

sql> create table sapecp.

zstasbk
2 as
3 select *
4 from sapecp.zstas;

table created.

You might also like