Is it possible to access a Postgres database from MySQL, so that I could run a single query that does joins across tables in both databases?
For example:
SELECT * FROM postgres.db1.table1 as t1, mysql.db2,table2 WHERE t1.id=t2.id;
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…