1
0
Fork 0

Edit a category's ID as well.

This commit is contained in:
Alexander Andreev 2023-05-14 03:34:30 +04:00
parent 9248950255
commit f66a14f306
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
UPDATE OR REPLACE `post`
SET
`category_id` = ?,
`title` = ?,
`body` = ?
WHERE `post_id` = ?;