column does not exist error

Поиск
Список
Период
Сортировка
От Dave Coventry
Тема column does not exist error
Дата
Msg-id 4cba5adc0911180523p6ee4c085pe967df012fc5279d@mail.gmail.com
обсуждение исходный текст
Ответы Re: column does not exist error  (Raymond O'Donnell <rod@iol.ie>)
Re: column does not exist error  ("Naoko Reeves" <naoko@lawlogix.com>)
Re: column does not exist error  (Thomas Kellerer <spam_eater@gmx.net>)
Re: column does not exist error  (Vidhya Bondre <vbondre@zedo.com>)
Re: column does not exist error  (Thomas Markus <t.markus@proventis.net>)
Re: column does not exist error  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-general
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 по дате отправления:

Предыдущее
От: Raymond O'Donnell
Дата:
Сообщение: Re: Creating new database
Следующее
От: Raymond O'Donnell
Дата:
Сообщение: Re: column does not exist error