Re: How to get required space between field names

From: "Nigel J(dot) Andrews" <nandrews(at)investsystems(dot)co(dot)uk>
To: Shridhar Daithankar <shridhar_daithankar(at)persistent(dot)co(dot)in>
Cc: Postgre General <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to get required space between field names
Date: 2003-05-20 11:22:07
Message-ID: Pine.LNX.4.21.0305201220110.14538-100000@ponder.fairway2k.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 20 May 2003, Shridhar Daithankar wrote:

> On 20 May 2003 at 12:04, shreedhar wrote:
>
> >
> > Hi All,
> >
> > How to get required space between field names
> >
> > Example :
> >
> > SELECT contactid AS [Contact Id] FROM tContacts.
>
> Just a guess
>
> SELECT contactid AS ["Contact Id"] FROM tContacts;
>

Some one left their brain on the dressing table this morning...oh wait, that
was me.

Anyway, I think shreedhar is looking more for:

SELECT contactid AS "Content Id" FROM tContacts;

--
Nigel Andrews

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2003-05-20 11:40:54 Re: PRIMARY KEYS
Previous Message Darko Prenosil 2003-05-20 11:10:42 Re: INSERT/UPDATE/DELETE Views