ERROR: column "crc" does not exist

From: <ezequias(at)fastcon(dot)com(dot)br>
To: pgsql-sql(at)postgresql(dot)org
Subject: ERROR: column "crc" does not exist
Date: 2007-04-12 12:23:39
Message-ID: web-48692358@correio2.docasdoporto.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi list,

I have a table with many fields and the latest field is:

"CRC" character varying(255),

When I try to access the table with a select with a where clause like

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

The error on the Subject of this e-mail allways appears.

Any help would be great.

Regards,
--
Ezequias Rodrigues da Rocha
http://ezequiasrocha.blogspot.com

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message T E Schmitz 2007-04-12 18:32:10 replace EXCEPT by JOIN
Previous Message Andrew Sullivan 2007-04-12 12:21:44 Re: ERROR: column "crc" does not exist