Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

create new table from existing table with data in sql server

INSERT INTO new_table
SELECT * FROM old_table
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #create #table #existing #table #data #sql #server
ADD COMMENT
Topic
Name
4+6 =