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
3b561c2247
justguestbook
/
database
/
sqlite
/
queries
/
replyNew.sql
4 lines
80 B
MySQL
Raw
Normal View
History
Unescape
Escape
Initial commit.
2022-10-19 03:25:43 +04:00
INSERT
INTO
`
reply
`
Added new sql statements. In new reply entry_id and created swapped places.
2022-10-21 04:22:07 +04:00
(
`
entry_id
`
,
`
created
`
,
`
message
`
)
Initial commit.
2022-10-19 03:25:43 +04:00
VALUES
(
?
,
?
,
?
)
;
Copy Permalink