Re: Unable to find column

2024-01-15 Thread Adrian Klaver
On 1/15/24 09:26, arun chirappurath wrote: Hi Adrian, \d shows the tables and this id which is a sequence. What I asked for was the output of: \d automobile Add that output to your reply. Regards, Arun -- Adrian Klaver adrian.kla...@aklaver.com

Re: Unable to find column

2024-01-15 Thread arun chirappurath
Hi Adrian, \d shows the tables and this id which is a sequence. Regards, Arun On Mon, 15 Jan 2024 at 22:03, Adrian Klaver wrote: > On 1/15/24 08:16, arun chirappurath wrote: > > Dear all, > > > > I have a table automobile which has a column id. > > > > Table consists of id,make,year of manufac

Re: Unable to find column

2024-01-15 Thread Adrian Klaver
On 1/15/24 08:16, arun chirappurath wrote: 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 t

Re: Unable to find column

2024-01-15 Thread Ian Harding
On Mon, Jan 15, 2024 at 8:17 AM arun chirappurath wrote: > 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 yie

Unable to find column

2024-01-15 Thread arun chirappurath
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 err