Re: Multi-row insert: error at terminal row.

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: PostgreSQL General <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Multi-row insert: error at terminal row.
Date: 2020-10-29 16:37:12
Message-ID: alpine.LNX.2.20.2010290936050.522@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 29 Oct 2020, David G. Johnston wrote:

> That said seeing the first few rows, in addition to the last few, would
> help.

David,

insert into organizations (org_nbr,org_name,org_url,org_email,industry,status,comment) values
(1,'Tidewater Contractors Inc',null,null,'Mining','Opportunity','GEN12A'),
(2,'All Rock LLC','www.allrockllc.com',null,'Mining','Opportunity','GEN12A'),
...

Thanks,

Rich

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2020-10-29 16:39:48 Re: Multi-row insert: error at terminal row.
Previous Message Rich Shepard 2020-10-29 16:35:42 Re: Multi-row insert: error at terminal row.