5 lines
100 B
SQL
5 lines
100 B
SQL
UPDATE OR REPLACE `reply`
|
|
SET
|
|
`created` = ?,
|
|
`message` = ?
|
|
WHERE `entry_id` = ?; |