7 lines
56 B
SQL
7 lines
56 B
SQL
UPDATE
|
|
post
|
|
SET
|
|
is_read = $1
|
|
WHERE
|
|
uid = $2
|