Re: How to get required space between field names - Mailing list pgsql-general

From Alexander Litvinov
Subject Re: How to get required space between field names
Date
Msg-id 200305201759.32922.lan@ac-sw.com
Whole thread Raw
In response to How to get required space between field names  ("shreedhar" <shreedhar@lucidindia.net>)
List 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


pgsql-general by date:

Previous
From: Darko Prenosil
Date:
Subject: Re: How to get required space between field names
Next
From: Karsten Hilbert
Date:
Subject: Re: INSERT/UPDATE/DELETE Views