Re: How to get required space between field names

Поиск
Список
Период
Сортировка
От Nigel J. Andrews
Тема Re: How to get required space between field names
Дата
Msg-id Pine.LNX.4.21.0305201220110.14538-100000@ponder.fairway2k.co.uk
обсуждение исходный текст
Ответ на Re: How to get required space between field names  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
Список 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



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

Предыдущее
От: Darko Prenosil
Дата:
Сообщение: Re: INSERT/UPDATE/DELETE Views
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: PRIMARY KEYS