1
0
Fork 0
justguestbook/sqlite_queries/entryUpdate.sql

7 lines
152 B
MySQL
Raw Permalink Normal View History

2023-05-22 00:50:11 +04:00
UPDATE OR REPLACE `entry`
SET
`name` = ?,
`message` = ?,
`website` = ?,
`hide_website` = ?
WHERE `entry_id` = ?;