Re: column doesnt exist?

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Cao Duy <cao(dot)duy(at)1und1(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: column doesnt exist?
Date: 2004-11-18 15:22:45
Message-ID: 20041118152245.GA44544@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Achilleus Mantzios 2004-11-18 15:39:08 Re: column doesnt exist?
Previous Message Stephan Szabo 2004-11-18 15:06:33 Re: column doesnt exist?