Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

copy table postgres

CREATE TABLE new_table AS 
SELECT
*
FROM
    existing_table
WHERE
    condition;
 
PREVIOUS NEXT
Tagged: #copy #table #postgres
ADD COMMENT
Topic
Name
7+3 =