Re: PostgreSQL said: ERROR: Attribute 'id' not found - Mailing list pgsql-general

From Doug McNaught
Subject Re: PostgreSQL said: ERROR: Attribute 'id' not found
Date
Msg-id m3y9fwv299.fsf@varsoon.wireboard.com
Whole thread Raw
In response to PostgreSQL said: ERROR: Attribute 'id' not found  (eric.jones@hua.army.mil)
List pgsql-general
eric.jones@hua.army.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...

pgsql-general by date:

Previous
From: eric.jones@hua.army.mil
Date:
Subject: PostgreSQL said: ERROR: Attribute 'id' not found
Next
From: Darren Ferguson
Date:
Subject: Re: PostgreSQL said: ERROR: Attribute 'id' not found