Files
mach_examples/07_todo_db_per_user/get_todos.sql
2026-03-27 12:17:42 -05:00

3 lines
39 B
SQL

select id, title, finished
from todos;