Re: Problems with join (no such attribute, but it exists)

From: Matej Cepl <cepl(at)surfbest(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Problems with join (no such attribute, but it exists)
Date: 2003-05-17 02:55:16
Message-ID: slrnbcb94k.1l4.cepl@komensky.surfbest.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 2003-05-16, 17:46 GMT, Juliet May wrote:
> PostgreSql doesn't recognize the column because the column name is in
> uppercase and you typed in lowercase. You need to surround the uppercase
> with quotes as well. Your query should have been written like:
>
> grass=> SELECT conv."TRACT_ID", tr.tract FROM tracts_towns2000 conv,
> tracts2000 tr LIMIT 5;
>
> I hope that helps.

Thanks, it helped, but it seems to me silly (to be case-senstitive and
case-minimalizing in the same time).

Thanks anyway

Matej

--
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Octavio Alvarez 2003-05-18 10:09:22 Re: MSAccess-like Last() with sorting before grouping
Previous Message Tom Lane 2003-05-16 21:11:37 Re: \copy command