ニュース

sqlite> insert into TASKS (name) values ('Learn Python!'); sqlite> insert into TASKS (name) values ('Learn Spring!'); sqlite> insert into TASKS (name) values ('Learn Java!'); sqlite> select * from ...