Re: Missing data for column

Поиск
Список
Период
Сортировка
От Michael Glaesemann
Тема Re: Missing data for column
Дата
Msg-id C6417B03-4289-11D8-9330-000A95C88220@myrealbox.com
обсуждение исходный текст
Ответ на Missing data for column  (azwa@nc.com.my)
Список pgsql-sql
On Jan 9, 2004, at 4:15 PM, azwa@nc.com.my wrote:

> Hi,
>
> i got an error below after running copy command . the table structure 
> as
> following :
>
>           Table "biosadm.custinv_temp
>    Column    |     Type      |
> -------------+---------------+-
>  yr          | integer       |
>  custname    | text          |
>  invstatus   | text          |
>  custlo      | text          |
>  invno       | integer       |
>  invdate     | date          |
>  amount      | numeric(10,2) |
>  acc         | text          |
>  salesperson | text          |
>
> ERROR:  copy: line 1, Missing data for column "subsidiary"

Could you include the COPY command you're using, as well as the first 
couple of lines of the file you're copying from? It's hard to know what 
the problem is without this.

Regards,

Michael Glaesemann
grzm myrealbox com



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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Type conversion from TEXT to DOUBLE PRECISION
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Type conversion from TEXT to DOUBLE PRECISION