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
f284360028ab1a2ac08a0e8a828425b60a67a79f
nerak
/
examples
/
05_todo_sse_datastar
/
delete_todo.sql
T
5 lines
78 B
SQL
Raw
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
}}
returning
id
;
Reference in New Issue
Copy Permalink