Postgresql : Merge 2 similar databases. First, load the tables into two separate schemas in the same database. CREATE SCHEMA db1; CREATE TABLE db1.table1 ...
確定! 回上一頁