certidude/certidude/sql/sqlite/tag_update.sql

5 lines
52 B
SQL

update `tag`
set `value` = ?
where `id` = ?
limit 1