Field Alias Alternative

Поиск
Список
Период
Сортировка
От Bart Degryse
Тема Field Alias Alternative
Дата
Msg-id 4816E863.A3DD.0030.0@indicator.be
обсуждение исходный текст
Список pgsql-sql
Is there another way to quote a field alias (containing spaces) than with double quotes?
 
This works:
SELECT actions.addresstypes.addresstype AS "Address Type" FROM actions.addresstypes
 
I would like something like this
SELECT actions.addresstypes.addresstype AS [Address Type] FROM actions.addresstypes
 
Is that possible?
Thanks for any ideas.

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

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Truncate table at a certain size.
Следующее
От: venkat
Дата:
Сообщение: Reg:-How to make relationship more one table in PgSQL