Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

create atable copy in pgsql

CREATE TABLE new_table AS 
TABLE existing_table 
WITH NO DATA;
Code language: SQL (Structured Query Language) (sql)
Source by www.postgresqltutorial.com #
 
PREVIOUS NEXT
Tagged: #create #atable #copy #pgsql
ADD COMMENT
Topic
Name
5+6 =