"table friends has no column id" - but there is!

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.