smr/src/sql/select_author_bio.sql

4 lines
60 B
MySQL
Raw Normal View History

SELECT biography
FROM authors
WHERE authors.id = :authorid;