smr/src/sql/update_raw.sql

8 lines
64 B
SQL

UPDATE
raw_text
SET
post_text = ?,
markup = ?
WHERE
id = ?;