SQL Server Update with Inner Join - Stack Overflow

SQL Server Update with Inner Join - Stack Overflow

瀏覽:501
日期:2025-11-17
My guess is that because you have shown us simplified schema, some info is missing that would determine why have the repeated VarietyID values for a given OrderID. When you have multiple rows, SQL Server will arbritrarily pick one of them for the update. ...看更多