ERROR: column "id" does not exist

From: Sandro Daehler <sandro(dot)daehler(at)solnet(dot)ch>
To: pgsql-general(at)postgresql(dot)org
Subject: ERROR: column "id" does not exist
Date: 2004-11-15 12:44:47
Message-ID: 4198A4BF.2040303@solnet.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hy

i have a problem with the following statement:

SELECT MAX(id) FROM apconfig;

if i send this statement i got the following error:

ERROR: column "id" does not exist

Can anyone explain me this error? There is the column id, and there are
also entries in it.

thx

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dino Vliet 2004-11-15 13:10:44 relations betwee subclasses in postgersql
Previous Message Daron 2004-11-15 11:57:10 Re: Visual Studio and Postgresql