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
a41b07be878289a5332f2be86ef20714936bfe83
nerak
/
07_todo_db_per_user
/
get_todos.sql
T
3 lines
39 B
SQL
Raw
Normal View
History
Unescape
Escape
MaCH repo
2025-07-24 12:46:01 -05:00
select
id
,
title
,
finished
from
todos
;
Reference in New Issue
Copy Permalink