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
4f8386a1fdcc898f209d1a28ba35924a24e57ae6
nerak
/
examples
/
06_todo_events
/
todos
/
update_todo.sql
T
5 lines
88 B
SQL
Raw
Normal View
History
Unescape
Escape
nerak repo
2025-07-24 12:46:01 -05:00
update
todos
set
finished
=
{{
finished
}}
where
user_id
=
{{
user_id
}}
and
id
=
{{
id
}}
;
Reference in New Issue
Copy Permalink