Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

create another table from existing table sql oracle

CREATE TABLE new_table AS (SELECT * FROM old_table WHERE 1=2);
 
PREVIOUS NEXT
Tagged: #create #table #existing #table #sql #oracle
ADD COMMENT
Topic
Name
6+5 =