smr/src/sql/update_bio.sql

4 lines
56 B
MySQL
Raw Normal View History

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