This website requires JavaScript.
Explore
Help
Sign In
nightshade
/
nerak
Watch
1
Star
1
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
nerak
/
examples
/
06_todo_events
/
todos
/
delete_todo.sql
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
4 lines
65 B
SQL
Raw
Permalink
Normal View
History
Unescape
Escape
nerak repo
2025-07-24 12:46:01 -05:00
delete
from
todos
where
user_id
=
{{
user_id
}}
and
id
=
{{
id
}}
;
Reference in New Issue
Copy Permalink