Q
Q
Quarintium2018-10-16 18:21:04
MySQL
Quarintium, 2018-10-16 18:21:04

How to copy data from certain tables of one database to another database?

There are DB1 and DB2
In DB2 there are tables A, B, C, D
In DB1 there are tables A, B, E, E
It is necessary to copy tables A and B from DB2 to DB1
How to do this in relation to MySQL?
How to do this in relation to PostgreSQL?
Where to dig?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
ky0, 2018-10-16
@ky0

And what is the difficulty? Export data from one database, upload to another. You can use postgres FDW.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question