Files
mach_examples/07_todo_db_per_user/get_todos.sql
2026-03-28 00:42:40 -05:00

3 lines
39 B
SQL

select id, title, finished
from todos;