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