first message: SELECT <column> FROM <t

From: Aílsom F(dot) Heringer <ailsom(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: first message: SELECT <column> FROM <t
Date: 2008-02-02 17:43:15
Message-ID: 364e1f7e0802020943q220d32adp4762bef8264ca4e2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
This is my first message, and I need some help. I have just installed
Postgresql 8.2. (Windows).

At pgAdmin III Query, when I send SELECT * FROM USUARIOS, I get all
columns correctly. But when I try to get only one column, SELECT senha
FROM USUARIOS, I get the error message:

ERROR: column "senha" does not exist
SQL state: 42703
Character: 8

What is the problem ?

--
--
Aílsom F. Heringer
Rio de Janeiro, Brasil
ailsom(at)gmail(dot)com
ailsom(at)uol(dot)com(dot)br

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Fetter 2008-02-02 17:45:57 Re: [OT] "advanced" database design (long)
Previous Message Enrico Sirola 2008-02-02 17:39:40 Re: arrays of floating point numbers / linear algebra operations into the DB