Re: Copy Data Question

Поиск
Список
Период
Сортировка
От Richard Broersma Jr
Тема Re: Copy Data Question
Дата
Msg-id 20060623193920.48211.qmail@web31811.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на Re: Copy Data Question  (<operationsengineer1@yahoo.com>)
Ответы Re: Copy Data Question  (Richard Broersma Jr <rabroersma@yahoo.com>)
Re: Copy Data Question  (<operationsengineer1@yahoo.com>)
Список pgsql-novice
> i have 11 columns total.  column 1, 2, 3, 4, 5 and 6
> are NOT NULL.  the rest can be null and, in the case
> of the imported data set, are null.

From:
http://www.postgresql.org/docs/8.1/interactive/sql-copy.html

COPY tablename ( column [, ...] )

FROM 'filename'

WITH NULL AS 'null string'
;


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

Предыдущее
От:
Дата:
Сообщение: Re: Copy Data Question
Следующее
От: Richard Broersma Jr
Дата:
Сообщение: Re: Copy Data Question