4 lines
67 B
MySQL
4 lines
67 B
MySQL
|
|
select id, title, finished
|
||
|
|
from todos
|
||
|
|
where user_id = {{user_id}};
|