Files
mach_examples/07_todo_db_per_user/delete_todo.sql
2026-03-26 17:35:49 -05:00

3 lines
37 B
SQL

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