Why am i getting this error for my insert statement?

41 Views Asked by At
insert into filiaal (filiaalnummer, plaats, adres)
values (35, "Utrecht", "Stationsplein")

ERROR: column "Utrecht" does not exist LINE 2: values (35, utrecht, "Stationsplein")

Why does it say column Utrecht doesn't exist? I know it doesn't, i'm trying to enter "Utrecht" as a value in the plaats column of the filiaal table.

0

There are 0 best solutions below