I want to delete specific values/data from one column with the WHERE condition. Putting in another way, I don\'t want to delete the complete row. Is it possible?
UPDATE YourTable SET columnName = null WHERE YourCondition