4 lines
71 B
MySQL
4 lines
71 B
MySQL
|
|
UPDATE posts
|
||
|
|
SET title = {{title}}, body = {{body}}
|
||
|
|
WHERE id = {{id}};
|