Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

how to create a table from another table in sql derby

CREATE TABLE my_new_table AS SELECT * FROM original_table WITH NO DATA;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #create #table #table #sql #derby
ADD COMMENT
Topic
Name
9+2 =