Files
nerack/examples/04_todo/update_todo.sql
T
2026-09-13 15:31:00 -05:00

4 lines
60 B
SQL

update todos
set finished = {{finished}}
where id = {{id}};