Re: PostgreSQL said: ERROR: Attribute 'id' not found

From: Doug McNaught <doug(at)wireboard(dot)com>
To: eric(dot)jones(at)hua(dot)army(dot)mil
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL said: ERROR: Attribute 'id' not found
Date: 2002-04-10 00:14:10
Message-ID: m3y9fwv299.fsf@varsoon.wireboard.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

eric(dot)jones(at)hua(dot)army(dot)mil writes:

> Hello All!
>
> Version - 7.2.1
> OS - FreeBSD
>
> I've encountered the following error when ever doing a select
> statement on any table in my DB:
>
> PostgreSQL said: ERROR: Attribute 'id' not found
>
> The select statement I'm doing is:
>
> select * from s_users where ID = 1;

Try this:

SELECT * from s_users where "ID" = 1;

-Doug
--
Doug McNaught Wireboard Industries http://www.wireboard.com/

Custom software development, systems and network consulting.
Java PostgreSQL Enhydra Python Zope Perl Apache Linux BSD...

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Darren Ferguson 2002-04-10 00:19:36 Re: PostgreSQL said: ERROR: Attribute 'id' not found
Previous Message will trillich 2002-04-10 00:05:43 Regular Expression INTRO [long] [OT]