Hi All,
I have a table called Test.
It has the following fields all with nvarchar data type.
ZoneID, ProdID, ProdDesc
Now, apart from different zoneids, there is a id called GOLBAL
Irrespective of zoneid, I want to update the descripiton to same as the GLOBAL level description.
Here's what...