Re: first message: SELECT <column> FROM <t

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: "Aílsom F(dot) Heringer" <ailsom(at)gmail(dot)com>
Cc: Bill Moran <wmoran(at)potentialtech(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: first message: SELECT <column> FROM <t
Date: 2008-02-02 18:08:15
Message-ID: 47A4B18F.4010903@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 02/02/2008 17:59, Aílsom F. Heringer wrote:

> The collumn is defined as "Senha", and I am sending "SELECT Senha FROM
[....]
> CREATE TABLE usuarios
> (
[....]
> "Senha" character(10),
[....]

There you go - you need to do

select "Senha" ....

Ray.

---------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod(at)iol(dot)ie
---------------------------------------------------------------

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Shane Ambler 2008-02-02 19:09:03 Re: [OT] "advanced" database design (long)
Previous Message Aílsom F. Heringer 2008-02-02 18:05:40 Re: first message: SELECT <column> FROM <t