Tomasz Ostrowski wrote:
On 2008-09-11 17:21, Jack Orenstein wrote:The id > last_id trick doesn't work for me -- I don't have an index that would support it efficiently.You do not have a primary key? If you do then you have an index as it is automatically created.
Sorry, I misspoke. I have an index, but preferred doing a scan without the index in this case.
Jack