I would like to know how I can query on update_id. I'm using the API and want to be able to asked for rows with a greater update_id than the highest I have on record.
I want to know how to get updates to records. If I pull a query and I want to run the same query but only get the records that have been updated. I thought I could use the update_id field returned wi...