SQLite Forum

Displaying progress state during DELETE execution
Login
SQLite does not know how many rows will be affected by any given statement. You can use the progress callback to estimate the number of machine instructions per record to delete, but will have to estimate (or count) the rows-to-be-deleted beforehand.