Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

postgresql multiple insert with subquery

INSERT INTO table1 (col1, col2) 
SELECT col1, col2 
  FROM othertable
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #postgresql #multiple #insert #subquery
ADD COMMENT
Topic
Name
6+2 =