Re: Another user error? - Mailing list pgsql-general

From Rich Shepard
Subject Re: Another user error?
Date
Msg-id alpine.LNX.2.20.2011011141040.21010@salmo.appl-ecosys.com
Whole thread Raw
In response to Re: Another user error?  (Adrian Klaver <adrian.klaver@aklaver.com>)
List pgsql-general
On Sun, 1 Nov 2020, Adrian Klaver wrote:

> Also need the beginning lines including the INSERT part.

insert into locations
(org_nbr,loc_nbr,loc_name,loc_addr1,loc_addr2,loc_city,state_code,loc_postcode,loc_phone,loc_fax,comment)values 
 
(1,1,'2nd Bridge Gravel Bar','16156 Hwy 101 S',null,'Brookings','OR','97415-0224','541-469-5341',null,null),

Again, while in previous runs psql had found errors none other than the final semicolon
showed up in this last one.

Rich



pgsql-general by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Another user error?
Next
From: Francisco Olarte
Date:
Subject: Re: Another user error?