I want to check my database for records that I already have recorded before making a web service call.
Here is what I imagine the query to look like, I just can\'t
SELECT * FROM table where id NOT IN (1,2,3,4)