Re: column does not exist error

Поиск
Список
Период
Сортировка
Искать
От
Thomas Markus
Тема
Re: column does not exist error
Дата
Msg-id
4B03F821.9040602@proventis.net
Ответ на
Список
Дерево обсуждения
column does not exist error Dave Coventry <dgcoventry@gmail.com>
Re: column does not exist error "Naoko Reeves" <naoko@lawlogix.com>
Re: column does not exist error Raymond O'Donnell <rod@iol.ie>
Re: column does not exist error Thomas Markus <t.markus@proventis.net>
Re: column does not exist error Vidhya Bondre <vbondre@zedo.com>
Re: column does not exist error Scott Marlowe <scott.marlowe@gmail.com>
Re: column does not exist error Thomas Kellerer <spam_eater@gmx.net>
Hi,

try

SELECT title FROM node WHERE type='client';


hth
Thomas


Dave Coventry schrieb:
> Tearing my hair out, can anyone see what I'm doing wrong?
>
>   SELECT title FROM node WHERE type=client;
>
> ERROR:  column "client" does not exist
> LINE 1: SELECT title FROM node WHERE type=client;
>
> Yet this works:
>
>  SELECT type FROM node;
>   type
> --------
>  client
>  client
>  client
>  client
>  client
> (5 rows)
>
>   

В списке pgsql-general по дате отправления
От: Vidhya Bondre
Дата:
От: Ivan Sergio Borgonovo
Дата:
FAQ