Files
mach_examples/07_todo_db_per_user/get_todos.sql

3 lines
39 B
MySQL
Raw Normal View History

2025-07-24 12:46:01 -05:00
select id, title, finished
from todos;