Re: column doesnt exist?

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: column doesnt exist?
Дата
Msg-id 20041118152245.GA44544@winnie.fuhr.org
обсуждение исходный текст
Ответ на column doesnt exist?  (Cao Duy <cao.duy@1und1.com>)
Список pgsql-bugs
On Thu, Nov 18, 2004 at 03:47:16PM +0100, Cao Duy wrote:

>   "AbfrageTyp" varchar(50) NOT NULL,

[snip]

> select AbfrageTyp from stresslog
> ->ERROR: Column abfragetyp doesn't exist

Read the "Identifiers and Key Words" section of the "SQL Syntax"
chapter in the documentation, especially the parts about quoted
identifiers.

http://www.postgresql.org/docs/7.4/static/sql-syntax.html#SQL-SYNTAX-IDENTIFIERS

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Achilleus Mantzios
Дата:
Сообщение: Re: column doesnt exist?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: plperl crashes backend