postgresql beberapa sisipan dengan subquery
INSERT INTO table1 (col1, col2)
SELECT col1, col2
FROM othertable
Quaint Quail
INSERT INTO table1 (col1, col2)
SELECT col1, col2
FROM othertable