insert multiple postgresql avec sous-requête
INSERT INTO table1 (col1, col2)
SELECT col1, col2
FROM othertable
Quaint Quail
INSERT INTO table1 (col1, col2)
SELECT col1, col2
FROM othertable