My tables are set up something like this:
table name: process fields: name, id_string table name: value_seach fields: id_string, value
I w
SELECT name, id_string FROM process WHERE id_string IS NOT NULL AND id_string NOT IN SELECT id_string FROM value_seach