letterbox/server/sql/threads.sql
2024-07-21 09:05:03 -07:00

11 lines
83 B
SQL

SELECT
*
FROM
post
WHERE
site = $1
ORDER BY
date DESC
LIMIT
10