我需要从另一个数据库传输一些数据.旧数据库名为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
Run Code Online (Sandbox Code Playgroud)
如何将数据从旧数据库复制到新数据库?