This website requires JavaScript.
Explore
Help
Sign In
Arav
/
justguestbook
Watch
1
Star
0
Fork
0
You've already forked justguestbook
Code
Releases
7
Activity
6c08e4cb16
justguestbook
/
internal
/
database
/
sqlite
/
queries
/
replyUpdate.sql
6 lines
124 B
MySQL
Raw
Normal View
History
Unescape
Escape
Added new sql statements. In new reply entry_id and created swapped places.
2022-10-21 04:22:07 +04:00
UPDATE
OR
REPLACE
`
reply
`
SET
Added entry_id to UPDATE to change for a reply.
2022-10-21 04:36:22 +04:00
`
entry_id
`
=
?
,
Added new sql statements. In new reply entry_id and created swapped places.
2022-10-21 04:22:07 +04:00
`
created
`
=
?
,
`
message
`
=
?
,
WHERE
`
entry_id
`
=
?
;
Copy Permalink