Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

create table and insert values from another table

CREATE TABLE new_table AS
SELECT * 
FROM   old_table;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #create #table #insert #values #table
ADD COMMENT
Topic
Name
2+7 =