11 lines
83 B
SQL
11 lines
83 B
SQL
SELECT
|
|
*
|
|
FROM
|
|
post
|
|
WHERE
|
|
site = $1
|
|
ORDER BY
|
|
date DESC
|
|
LIMIT
|
|
10
|