Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

how to create a table from another table in sql derby

INSERT INTO my_new_table  SELECT * FROM orig_table.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #create #table #table #sql #derby
ADD COMMENT
Topic
Name
6+2 =