smr/src/sql/update_bio.sql

4 lines
56 B
SQL

UPDATE authors
SET biography = ?
WHERE authors.id = ?;