I have many rows/records where one of the columns (movieId) is void of any useful values:
Based on the answer here, the following should work:
...but it doesn't, as you can see in the rectangled "no rows affected"
How can I eliminate/delete all the rows with nothing (but empty space) in the MovieId column?

