Re: SELECT problem

From: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
To: David Goodenough <david(dot)goodenough(at)btconnect(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: SELECT problem
Date: 2002-06-21 10:46:56
Message-ID: 20020621124656.B28346@zf.jcu.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Jun 21, 2002 at 11:38:39AM +0100, David Goodenough wrote:

> landn=# select * from sites;
> CUSTNAME | AREA | SITE | NAME | BUILDING | TOWN | COUNTY | POSTCODE |
> GRIDREF | LATITUDE | LONGITUDE
> ----------+------+------+------+----------+------+--------+----------+---------+----------+-----------
> (0 rows)
>
> landn=# select area from sites;
> ERROR: Attribute 'area' not found
> landn=#

select "AREA" from sites;

Karel

--
Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
http://home.zf.jcu.cz/~zakkr/

C, PostgreSQL, PHP, WWW, http://docs.linux.cz, http://mape.jcu.cz

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John Gray 2002-06-21 11:08:56 Re: SELECT problem
Previous Message David Goodenough 2002-06-21 10:38:39 SELECT problem