SQLite Forum

Using a numbered parameter (such as ?4) more than once in an SQL statement
Login
I have needed that feature, and relied upon it after examining the docs, specifically [Binding Values to Prepared Statements](https://sqlite.org/c3ref/bind_blob.html), at the paragraph beginning "The second argument is ...".