smr/src/sql/update_bio.sql

4 lines
56 B
MySQL
Raw Permalink Normal View History

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