【发布时间】:2011-03-04 06:05:14
【问题描述】:
我需要从另一个数据库传输一些数据。旧数据库称为 paw1.moviesDB,新数据库称为 paw1。每个表的架构如下。
Awards (name of the table)(new DB)
Id [PK] Serial Award
Nominations (name of the table) (old DB)
Id [PK] Serial nominations
如何将旧数据库中的数据复制到新数据库中?
【问题讨论】:
标签: sql postgresql insertion