Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚开始使用 MySQL dbForge,我想知道如何在不同的连接之间进行查询(所有连接都使用相同的模式)。
这是我的情况:
在这里,我想在这两个表之间进行连接,但我不确定如何告诉 dbForge 我正在使用不同的连接。
新年快乐!祝您在 2019 年一切顺利!
期待您的回复。;)
在 mysql 中,一旦建立连接,所有 dbs 和用户可访问的表(基于用户授权)都可以直接用作 ..
select a.col1, b.col1 from db1.table1 a inner join db2.table2.col2 b on a.keycol = b.colkey