Re: [GENERAL] column names query

Поиск
Список
Период
Сортировка
От hamann.w@t-online.de
Тема Re: [GENERAL] column names query
Дата
Msg-id wolfgang-1170908081620.A0530521@noten19.local
обсуждение исходный текст
Ответ на Re: [GENERAL] column names query  (Manuel Gómez <targen@gmail.com>)
Список pgsql-general
>> On Thu, Sep 7, 2017 at 3:28 PM <hamann.w@t-online.de> wrote:
>> 
>> > Example query
>> > select a.col1, case when a.col2 > 0 then a.col3 else b.xcol1 end as mycol3
>> > from a left join b on ....
>> > Expected response
>> > col1 mycol3
>> >
>> 
>> This may be overkill, but works:
>> 
>> postgres=# \copy (select 1 as foo, 2 as bar limit 0) to stdout with (format
>> csv, header, delimiter ' ')
>> foo bar
>> 

Hi Manuel,

this works perfectly, many thanks

Wolfgang




-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: [GENERAL] BDR, wal segment has been removed, is it possible move forward?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] B-tree index on a VARCHAR(4000) column