Files
mach_examples/07_todo_db_per_user/update_todo.sql

4 lines
60 B
MySQL
Raw Normal View History

2025-07-24 12:46:01 -05:00
update todos
set finished = {{finished}}
where id = {{id}};