I want to run a mysql query to select all rows from a table films where the value of the title column does not exist anywhere in all the values of anot
films
title
SELECT * FROM films WHERE title NOT IN (SELECT collection FROM films where collection is not null);
SQLFiddle: http://sqlfiddle.com/#!2/76278/1