hai all
i have the table name temp which contain the value,i want to copy the data from that table to new table i had tries but it throws error
CREATE TABLE TEMP1 AS(SELECT * FROM TEMP)
iam not have the table temp1,but the above query is working in oracle please help me
i have the table name temp which contain the value,i want to copy the data from that table to new table i had tries but it throws error
CREATE TABLE TEMP1 AS(SELECT * FROM TEMP)
iam not have the table temp1,but the above query is working in oracle please help me
Comment