Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

postgres create table like another table

CREATE TABLE new_table_name ( LIKE old_table_name INCLUDING ALL)
Source by dba.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #postgres #create #table #table
ADD COMMENT
Topic
Name
6+4 =