Hey, Lets assume I got a table named "users". It contains id & name. I have another table called "notes" - which contains id, user_id, contents I want to delete all users from table "users" that don't have notes (SELECT ... FROM notes WHERE user_id=ID) returns empty result. What is the fastest way to do it? -- Use ROT26 for best security