Cravan,
Postgres is case-sensitive, and the columns names in your insert statement should exactly match the table definition.
Your insert into statement should look like this, (surround the exact column name around double quotes)
Insert into movies(“Title”,”Year”, “Runtime”,”imdbID”, “imdbRating”)
Thank you,
Aruna Gubba
From: Cravan <savageapple850@gmail.com> Sent: Wednesday, June 12, 2019 8:07 AMTo: Adarsh Jaiswal <adarshjaiswal1989@gmail.com>Cc: pgsql-novice@postgresql.orgSubject: Re: Error when doing sql
Hi, here is the table:
From: Adarsh Jaiswal <adarshjaiswal1989@gmail.com>Date: Wednesday, 12 June 2019 at 8:36 PMTo: cool kid <savageapple850@gmail.com>Cc: "pgsql-novice@postgresql.org" <pgsql-novice@postgresql.org>Subject: Re: Error when doing sql
\d+ tablename
pgsql-novice by date:
Соглашаюсь с условиями обработки персональных данных