Re: Table to Excel

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: Table to Excel
Дата
Msg-id 162867790903260004u4938ed45j9e5dd0051f700b92@mail.gmail.com
обсуждение исходный текст
Ответ на Table to Excel  (Nicholas I <nicholas.domnic.i@gmail.com>)
Ответы Re: Table to Excel  (Josh Trutwin <josh@trutwins.homeip.net>)
Список pgsql-sql
hello

use csv format - excel have to read this format without any format

COPY tablename TO '...' CSV;

regards
Pavel Stehule

2009/3/26 Nicholas I <nicholas.domnic.i@gmail.com>:
> Hi ,
>
>  Does any one how to convert table to excel.
>
>  I just tried the COPY table_name to '/home/user/output.xls' using
> delimiters ',';
>
> but the out put of the table that is the column in a table are tab separted,
> all were merged in a single cell.
>
> -Nicholas I
>


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

Предыдущее
От: Nicholas I
Дата:
Сообщение: Table to Excel
Следующее
От: Josh Trutwin
Дата:
Сообщение: Re: Table to Excel