Seed a small tasks table with a done flag, then run DELETE FROM tasks WHERE done = ? to clear everything marked complete.
tasks
done
DELETE FROM tasks WHERE done = ?
Follow the steps in order.
Lines: 0 | Characters: 0