can you delete a specific field in sql and not the whole row code example Example: sql delete all values in a column UPDATE TableName SET ColumnName = NULL