In a table I have the following schema
table1: playerID int primary key, nationalities nvarchar table2: playerID int, pubVisited nvarchar
Now, I want to set all the players’ playedVisited to null, for player whose nationality is ‘England’, any idea on how to do this?
Tested on SQL Server 2005