Unable to find column

From: arun chirappurath <arunsnmimt(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Unable to find column
Date: 2024-01-15 16:16:55
Message-ID: CAA23Sdu6Bwqy0+oJqUnXk8940STNtqGO_hDUDHi-8+84kg3hFw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dear all,

I have a table automobile which has a column id.

Table consists of id,make,year of manufacturing

I use dbeaver for querying..

Select * from automobile provides me results

However select id from automobile yields column doesn't exists.

I tried double quotes on id As well but same error.

But if I drag and drop id or use the id which is auto prompted from
dbeaver,it works 💪.

select "id" from automobile using drag and drop of id in dbeaver works.

But if I manually type "id" it won't.

Any clue on this.

Visually both statements are alike

Table is in public schema.

Thanks,
Arun

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ian Harding 2024-01-15 16:29:07 Re: Unable to find column
Previous Message Adrian Klaver 2024-01-15 16:16:36 Re: Add support for data change delta tables