create table friends (integer id, string name, date birthday);
insert into friends (id, name, date) values (1, “Adi”, 1989-03-06);
create table friends (integer id, string name, date birthday);
insert into friends (id, name, date) values (1, “Adi”, 1989-03-06);
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.