Re: Missing data for column

From: azwa(at)nc(dot)com(dot)my
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Missing data for column
Date: 2004-01-12 01:07:41
Message-ID: OF7123F548.A73B3489-ONFFFFFF47.0021D6F6@nc.com.my
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

Sorry for the late respond. i've solved my problem. the error comes out
when the data has subsidiary column but
there is no subsidiary column in table. tq

Michael Glaesemann <grzm(at)myrealbox(dot)com>
01/09/2004 06:54 PM ZE9

To: azwa(at)nc(dot)com(dot)my
cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: [SQL] Missing data for column

On Jan 9, 2004, at 4:15 PM, azwa(at)nc(dot)com(dot)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

Browse pgsql-sql by date

  From Date Subject
Next Message beyaRecords - The home Urban music 2004-01-12 01:09:43 Select into
Previous Message Peter Eisentraut 2004-01-11 19:55:33 Re: Left outer join on multiple tables