smr/src/sql/select_post_hash.sql

3 lines
79 B
SQL

--Get just the hash from the post
SELECT hash FROM posts WHERE posts.id = :id;