I'm trying to display a list of items that do not already exist in another table. For instance:
usertable:
uid
name
email
othertable:
uid
I'm trying to filter out users that already exist in the other table, so when I display the usertable, it will only show users that are not in the othertable.