This website requires JavaScript.
Explore
Help
Sign In
Arav
/
dwelling-home
Watch
1
Star
0
Fork
0
You've already forked dwelling-home
Code
Releases
15
Activity
a3b25f7ea5
dwelling-home
/
pkg
/
mindflow
/
database
/
sqlite
/
queries
/
postEdit.sql
6 lines
108 B
MySQL
Raw
Normal View
History
Unescape
Escape
Added a to be completed Mindflow SQLite3 DB and queries.
2023-05-10 03:21:29 +04:00
UPDATE
OR
REPLACE
`
post
`
SET
Edit a category's ID as well.
2023-05-14 03:34:30 +04:00
`
category_id
`
=
?
,
Added a to be completed Mindflow SQLite3 DB and queries.
2023-05-10 03:21:29 +04:00
`
title
`
=
?
,
`
body
`
=
?
WHERE
`
post_id
`
=
?
;
Copy Permalink