SQL usuwa wszystkie wartości w kolumnie
UPDATE TableName SET ColumnName = NULL
RedBredren
UPDATE TableName SET ColumnName = NULL