RE: Error when doing sql

From: "Gubba, Aruna" <AGubba(at)eprod(dot)com>
To: Cravan <savageapple850(at)gmail(dot)com>, Adarsh Jaiswal <adarshjaiswal1989(at)gmail(dot)com>
Cc: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: RE: Error when doing sql
Date: 2019-06-12 13:10:41
Message-ID: 34b299ba73be4d97aebc1dcc7b3cbb21@PDEX13MBX06CORP.eprod.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

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(at)gmail(dot)com>
Sent: Wednesday, June 12, 2019 8:07 AM
To: Adarsh Jaiswal <adarshjaiswal1989(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Error when doing sql

Hi, here is the table:[cid:image001(dot)png(at)01D520F6(dot)532A9180]

From: Adarsh Jaiswal <adarshjaiswal1989(at)gmail(dot)com<mailto:adarshjaiswal1989(at)gmail(dot)com>>
Date: Wednesday, 12 June 2019 at 8:36 PM
To: cool kid <savageapple850(at)gmail(dot)com<mailto:savageapple850(at)gmail(dot)com>>
Cc: "pgsql-novice(at)postgresql(dot)org<mailto:pgsql-novice(at)postgresql(dot)org>" <pgsql-novice(at)postgresql(dot)org<mailto:pgsql-novice(at)postgresql(dot)org>>
Subject: Re: Error when doing sql

\d+ tablename

________________________________

This message (including any attachments) is confidential and intended for a specific individual and purpose. If you are not the intended recipient, please notify the sender immediately and delete this message.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Cravan 2019-06-12 13:14:41 Re: Error when doing sql
Previous Message Cravan 2019-06-12 13:06:31 Re: Error when doing sql