Re: ERROR: column "crc" does not exist

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: ERROR: column "crc" does not exist
Дата
Msg-id 20070412122144.GB24825@phlogiston.dyndns.org
обсуждение исходный текст
Ответ на ERROR: column "crc" does not exist  (<ezequias@fastcon.com.br>)
Список 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 по дате отправления:

Предыдущее
От: George Weaver
Дата:
Сообщение: Re: ERROR: column "crc" does not exist
Следующее
От: T E Schmitz
Дата:
Сообщение: replace EXCEPT by JOIN