first message: SELECT <column> FROM <table>

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

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-novice by date

  From Date Subject
Next Message Jaime Casanova 2008-02-02 17:48:27 Re: first message: SELECT <column> FROM <table>
Previous Message A. Kretschmer 2008-02-02 16:04:36 Re: Multiple rows into one row