first message: SELECT FROM - Mailing list pgsql-novice
From Aílsom F. Heringer
Subject first message: SELECT FROM
Date
Msg-id 364e1f7e0802020936s77297950i4e412ee9454fe063@mail.gmail.com
Whole thread Raw
Responses Re: first message: SELECT FROM  ("Jaime Casanova" <systemguards@gmail.com>)
Re: first message: SELECT FROM
 (Tom Lane <tgl@sss.pgh.pa.us>)
List 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@gmail.com
ailsom@uol.com.br

pgsql-novice by date:

Previous
From: "A. Kretschmer"
Date:
Subject: Re: Multiple rows into one row
Next
From: "Jaime Casanova"
Date:
Subject: Re: first message: SELECT FROM