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