I have a table Product
and I have a column in it called Genre
which has null/unwanted values.
I want to update that column with a set of values:
Documentary
Comedy
Adventure/Action
Drama
Thriller
SF/Fantasy
Animation/Family
Others
The update can be in any order but I want every row in the column updated. How should I go about this?