I have a problem in MySQL when trying to select specific entry from table which is not in another table. I know this sentence sounds nuts but here is an example what I am trying
Try this:
SELECT user_id FROM users WHERE user_id NOT IN ( SELECT user_id FROM views WHERE article_id = 10 )