smr/src/sql/delete_post.sql

4 lines
80 B
SQL

DELETE FROM posts
WHERE posts.id = :postid AND
posts.authorid = :authorid