5 lines
85 B
SQL
5 lines
85 B
SQL
UPDATE OR REPLACE `post`
|
|
SET
|
|
`title` = ?,
|
|
`body` = ?
|
|
WHERE `post_id` = ?; |