Re: ERROR: column "crc" does not exist

From: George Weaver <gweaver(at)shaw(dot)ca>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: ERROR: column "crc" does not exist
Date: 2007-04-12 12:21:23
Message-ID: 002f01c77cfd$16bfd7f0$6400a8c0@Dell4500
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


Original Message From: <ezequias(at)fastcon(dot)com(dot)br>

> I have a table with many fields and the latest field is:
>
> "CRC" character varying(255),
^^^^^^

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

What happens when you enter:

Select * from base.points where "CRC" = 'e19e26330a0db2f2435106b16623fa82';

Regards,
George

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Andrew Sullivan 2007-04-12 12:21:44 Re: ERROR: column "crc" does not exist
Previous Message A. Kretschmer 2007-04-12 12:19:00 Re: ERROR: column "crc" does not exist