Re: How to get required space between field names

Поиск
Список
Период
Сортировка
От Shridhar Daithankar
Тема Re: How to get required space between field names
Дата
Msg-id 3ECA5146.9198.9B4C59@localhost
обсуждение исходный текст
Ответ на How to get required space between field names  ("shreedhar" <shreedhar@lucidindia.net>)
Ответы Re: How to get required space between field names  ("Nigel J. Andrews" <nandrews@investsystems.co.uk>)
Список pgsql-general
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;

HTH


Bye
 Shridhar

--
Harrison's Postulate:    For every action, there is an equal and opposite
criticism.


В списке pgsql-general по дате отправления:

Предыдущее
От: "shreedhar"
Дата:
Сообщение: Fw: How to get required space between field names
Следующее
От: "alex b."
Дата:
Сообщение: Re: How to get required space between field names