prepare() on update statement?
How can I make a prepared update statement? I'm using sqlite.
- Do I only make the where clause prepared, or I need to make the set part as well?
- Can a prepared statement do returning?