Is this a bug or am I missing something?

From: "KMiller" <kmiller(at)2xtreme(dot)net>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Is this a bug or am I missing something?
Date: 2000-07-30 22:47:00
Message-ID: 000801bffa78$1383fda0$0100a8c0@Kurt
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

query: SELECT a.* into inst2 from inst1 a, iuniqkey b where upper(a.claimkey)=upper(b.claimkey) and a.claim_number=b.lowclaim
ERROR: No such attribute or function 'claimkey'
AbortCurrentTransaction

Seems logical to me but no such luck.

-km

Browse pgsql-general by date

  From Date Subject
Next Message Philip Warner 2000-07-31 03:20:15 Re: pg_dump & performance degradation
Previous Message Paul Caskey 2000-07-30 19:18:35 Re: Re: 4 billion record limit?