Files
mach_examples/07_todo_db_per_user/delete_todo.sql
2026-03-26 16:44:52 -05:00

3 lines
37 B
SQL

delete from todos
where id = {{id}};