能否
主機名A,D,數據庫B,E,表C,F
select * from a.b.c where id not in (select d.e.f.id from d.e.f order by id )
作用:在主機A的C表里查找主機D的F表里沒有的數據!
請問這樣的SQL語句可以嗎?
如果可以或者有相似的請給個實例,謝謝