3 lines
37 B
SQL
3 lines
37 B
SQL
delete from todos
|
|
where id = {{id}};
|
delete from todos
|
|
where id = {{id}};
|