Re: ERROR: column "crc" does not exist - Mailing list pgsql-sql

From Andrew Sullivan
Subject Re: ERROR: column "crc" does not exist
Date
Msg-id 20070412122144.GB24825@phlogiston.dyndns.org
Whole thread Raw
In response to ERROR: column "crc" does not exist  (<ezequias@fastcon.com.br>)
List pgsql-sql
On Thu, Apr 12, 2007 at 09:23:39AM -0300, ezequias@fastcon.com.br wrote:
> 
> "CRC" character varying(255), ^^^^^

> Select * from base.points where crc = 'e19e26330a0db2f2435106b16623fa82'                                 ^^^

"CRC" != crc.  You need to spell the column name correctly.  Or don't
quote the identifier when you create the table.

A

-- 
Andrew Sullivan  | ajs@crankycanuck.ca
A certain description of men are for getting out of debt, yet are
against all taxes for raising money to pay it off.    --Alexander Hamilton


pgsql-sql by date:

Previous
From: George Weaver
Date:
Subject: Re: ERROR: column "crc" does not exist
Next
From: T E Schmitz
Date:
Subject: replace EXCEPT by JOIN