Re: [GENERAL] ERROR: column "id" does not exist

2004-11-16 Thread Michael Fuhr
On Mon, Nov 15, 2004 at 01:44:47PM +0100, Sandro Daehler wrote: > 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. The c

[GENERAL] ERROR: column "id" does not exist

2004-11-16 Thread Sandro Daehler
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 ---(end o