बदलें ProductID =
ProductID IN
. के साथ
Update Products
Set ProductName = 'Shoes'
WHERE ProductID IN (1,2,3,4,5,6,7,8)
बदलें ProductID =
ProductID IN
. के साथ
Update Products
Set ProductName = 'Shoes'
WHERE ProductID IN (1,2,3,4,5,6,7,8)