SQLite Forum

Are result values always the same?
Login
You might get a speed-up if you index the checkbox (sparsely, `WHERE checkbox=1`) and make the update condition `WHERE pl_id=? OR checkbox=1`