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.
我想使用 ISQL 从两个不同数据库服务器中的两个表中进行查询。查询是
select * from server1.database1.table1 where column1 in (select column1 from server2.database1.table1)
如何在 ISQL 中执行此操作?