3 lines
39 B
SQL
3 lines
39 B
SQL
select id, title, finished
|
|
from todos;
|
select id, title, finished
|
|
from todos;
|