我有兩個數據庫:使用內部連接更新?
DB1 and DB2
如何做這樣的事情:
update myServer.DB1.dbo.hotels.Name = myServer.DB2.dbo.hotels.Name
join myServer.DB2.dbo.hotels on myServer.DB2.dbo.hotels.Code= myServer.DB1.dbo.hotels.Code
where myServer.DB2.dbo.hotels.CountryCoe != myServer.DB1.dbo.hotels.CountryCode
選擇了SQLMenace'identicial版本,因爲ON子句在它自己的行上 - 必要時,當您的ON子句中有AND子句時... – 2010-05-17 14:13:25