Re: How to get required space between field names

From: Alexander Litvinov <lan(at)ac-sw(dot)com>
To: "shreedhar" <shreedhar(at)lucidindia(dot)net>, "Postgre General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to get required space between field names
Date: 2003-05-20 10:59:32
Message-ID: 200305201759.32922.lan@ac-sw.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

This should work

SELECT contactid AS "[Contact Id]" FROM tContacts.

On Вторник, 20 Май 2003 13:34, shreedhar wrote:
> Hi All,
>
> How to get required space between field names
>
> Example :
>
> SELECT contactid AS [Contact Id] FROM tContacts.
>
> How can I write similar Query in Postgre.
>
> Thanks & Regards,
> Sreedhar Bhaskararaju
>
> Our greatest happiness in life does not depend on the condition of life in
> which chance has placed us, but is always the result of good conscience,
> good health, occupation, and freedom in all just pursuits

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2003-05-20 10:59:46 Re: INSERT/UPDATE/DELETE Views
Previous Message Kaare Rasmussen 2003-05-20 10:56:40 Re: How to get required space between field names